View source: R/symbolic_objects.R
is.sym.set | R Documentation |
Symbolic set
is.sym.set(x)
x |
an object to be tested |
returns TRUE if its argument's value is a symbolic_set and FALSE otherwise.
x <- sym.set(factor(c("a", "b", "b", "l")))
is.sym.set(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.