Skip to contents

vrule_numeric

vrule_numeric

Methods

Inherited methods


Method new()

Initializes a numeric data validation rule

Usage

vrule_numeric$new(na_allowed = FALSE, ...)

Arguments

na_allowed

is NA allowed?

...

any other arg


Method validate()

Method to validate data

Usage

vrule_numeric$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_numeric$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.