Skip to contents

vrule_date_min

vrule_date_min

Details

vrule_date_min

Methods

Inherited methods


Method new()

Initializes a date min validation rule

Usage

vrule_date_min$new(minValue, ...)

Arguments

minValue

min value

...

any other arg


Method validate()

Validates data based on a min date threshold

Usage

vrule_date_min$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_min$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.