split_survey | R Documentation |
Split survey type and list name
split_survey(
survey,
col_to_split,
into = c("type", "list_name"),
sep = " ",
fill = "right",
...
)
survey |
A survey sheet from Kobo |
col_to_split |
Usually |
into |
Vector of columns names to split to. Default to c("type", "list_name" ) |
sep |
The separator. Default to " ". |
fill |
How to fill. Default to NA on the right. |
... |
Params to pass to |
A survey tibble, split
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.