infer_level | R Documentation |
infer if variable is of type multi-response
infer_level(x, split_cutoff = 20, n_un, sep = c(",", ";"))
x |
variable to be cleaned |
split_cutoff |
cut-off in percent for minimal entries with multi-responses |
n_un |
length unique values of x |
sep |
separators |
Multi-response variables defined as strings with where multiple values are separated with comma, semicolon or any other alpha-numeric value indicated in sep argument
list of possible separators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.