powered by
Check whether rules are categorical
is_categorical(x, ...)
logical indicating which rules are purely categorical/logical
validator object
not used
v <- validator( A %in% c("a1", "a2") , B %in% c("b1", "b2") , if (A == "a1") B == "b1" , y > x ) is_categorical(v)
Run the code above in your browser using DataLab