Skip to contents

vrule_if

vrule_if

Super classes

vrule::vrule_abstract -> vrule::vrule_abstract_complex -> vrule_if

Methods

Inherited methods


Method new()

Usage

vrule_if$new(if_condition, then_apply = list(), else_apply = list())


Method validate()

Usage

vrule_if$validate(value, row)


Method clone()

The objects of this class are cloneable with this method.

Usage

vrule_if$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.