Skip to contents

vrule_raw_codelist

vrule_raw_codelist

Super classes

vrule::vrule_abstract -> vrule::vrule_abstract_simple -> vrule_raw_codelist

Public fields

ref_values

ref values

Methods

Inherited methods


Method new()

Initializes a raw codelist validation rule

Usage

vrule_raw_codelist$new(ref_values = NULL, ...)

Arguments

ref_values

the raw codelists values

...

any other arg


Method validate()

Validates value with a raw codelist validation rule

Usage

vrule_raw_codelist$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_raw_codelist$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.