Skip to contents

vrule_abstract_simple

vrule_abstract_simple

Super class

vrule::vrule_abstract -> vrule_abstract_simple

Methods

Inherited methods


Method new()

Initializes an abstract simple validation rule

Usage

Arguments

...

args


Method validate()

Abstract method to validate data

Usage

vrule_abstract_simple$validate(value, ...)

Arguments

value

value

...

any other args

Returns

a validation report, object of class vrule_report


Method clone()

The objects of this class are cloneable with this method.

Usage

vrule_abstract_simple$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.