Description Usage Arguments Value Examples
categorical types do not have orderings or hierarchies and cannot be compared within set (as opposed to comparable types)
1 |
x |
an object to test |
TRUE if x is Categorical
1 2 | is.categorical(c('1','2','3')) # TRUE
is.categorical(Date(1)) # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.