is_2dummies | R Documentation |
Detect if two vetors are both dummies.
is_2dummies(x, y)
x |
A vector. |
y |
A vector. |
A logical value.
is_2dummies(mtcars$vs, mtcars$am)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.