Description Usage Arguments Value Examples
View source: R/create_factors.R
This function converts ALL character-strings variables in a data frame into factorial variables. In addition it updates the meta- data from already existing factorial variables.
1 | create_factors(ds)
|
ds |
Your data-set as data.frame. |
A data frame with factors if the input variables where either the class "character" or "factor".
1 | # no example yet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.