Skip to contents

vrule_operator_or

vrule_operator_or

Methods

Inherited methods


Method new()

Initializes a logical OR operator validation rule

Usage

Arguments

...

any other arg


Method validate()

Method to validate data

Usage

vrule_operator_or$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_or$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.