is_num_fac | R Documentation |
Detect if one vector is numeric and the another one a factor (or character).
is_num_fac(x, y)
x |
A vector. |
y |
A vector. |
A logical value.
is_num_dummy(mtcars$mpg, as.factor(mtcars$vs))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.