View source: R/helpfunctions_checks.R
| clean_names | R Documentation |
Cleans up factor levels (or other strings) by replacing ":" with "_" to avoid issues with the current implementation of identifying interactions (which looks for ":" in model terms).
clean_names(string)
string |
a character string |
used in this file (in convert_variables()) (2020-06-09)
the cleaned character string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.