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