powered by
Symbolic set
is.sym.set(x)
an object to be tested
returns TRUE if its argument's value is a symbolic_set and FALSE otherwise.
# NOT RUN { x <- sym.set(factor(c("a", "b", "b", "l"))) is.sym.set(x) # }
Run the code above in your browser using DataLab