.split_multiresp | R Documentation |
Split multilevel variables
.split_multiresp(x, sep = ", ", return = c("list", "vector"))
x |
Multilevel variable to be split, given as string |
sep |
Symbol that separates levels within a string |
return |
return list or vector (see Details) |
return argument is list: each x element is list element, return argument is vector: list is vectorised to 1D array, length does not equal number of elements in x then.
converted x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.