examples/simplify_rules.R

rules <- validator( x > 0
                  , if (x > 0) y == 1
                  , A %in% c("a1", "a2")
                  , if (A == "a1") y > 1
                  )

simplify_rules(rules)
data-cleaning/validate.simplify documentation built on Oct. 11, 2023, 12:15 a.m.