dummies_make | R Documentation |
Returns the input data with additional dummy variables for specified variables.
dummies_make(.data, .input_variables)
.data |
A data.frame or tibble. |
.input_variables |
A character vector containing variables that should be recoded as dummy variables. |
The a data.frame of the input data with additional dummy variables for all .input_variables.
-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.