Skip to contents

vrule_operator_logical

vrule_operator_logical

Super classes

vrule::vrule_abstract -> vrule::vrule_operator_binary -> vrule_operator_logical

Public fields

operator_fun

operator function

rules

rules

Methods

Inherited methods


Method new()

Initializes a logical operator validation rule

Usage

vrule_operator_logical$new(operator, ...)

Arguments

operator

operator

...

any other arg


Method validate()

Method to validate data

Usage

vrule_operator_logical$validate(value, row)

Arguments

value

value

row

row

Returns

a validation report, object of class vrule_report


Method clone()

The objects of this class are cloneable with this method.

Usage

vrule_operator_logical$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.