Skip to contents

vrule_operator_and

vrule_operator_and

Methods

Inherited methods


Method new()

Initializes a logical AND operator validation rule

Usage

Arguments

...

any other arg


Method validate()

Method to validate data

Usage

vrule_operator_and$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_and$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.