is_Cat | R Documentation |
test for objects of type "hd_Cat"
is_Cat(x)
x |
object to be coerced or tested |
returns TRUE or FALSE depending on whether its argument is of type hd_Cat or not.
some_value <- Cat(c("Cat1", "Cat2"))
is_Cat(some_value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.