Skip to contents

vrule_codelist

vrule_codelist

Super classes

vrule::vrule_abstract -> vrule::vrule_abstract_simple -> vrule_codelist

Methods

Inherited methods


Method new()

Usage

vrule_codelist$new(
  ref_data_url = NULL,
  ref_data_column = "code",
  ref_data_column_alt = "label",
  allow_labels = FALSE,
  ref_meta_url = NULL
)


Method validate()

Usage

vrule_codelist$validate(value, ...)


Method clone()

The objects of this class are cloneable with this method.

Usage

vrule_codelist$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.