Skip to contents

vrule_date_max

vrule_date_max

Details

vrule_date_max

Methods

Inherited methods


Method new()

Initializes a date max validation rule

Usage

vrule_date_max$new(maxValue, ...)

Arguments

maxValue

max value

...

any other arg


Method validate()

Validates data based on a max date threshold

Usage

vrule_date_max$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_date_max$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.