Description Usage Arguments Value
Cast multi-select responses into wide format
1 |
resp |
A list of character vectors, where each character vector is a
response to a multi-select question. Each response can be a vector of
strings, where each value represents a selected option, or a single string
of all selected options that still needs to be split (must also use
|
opt |
A character vector listing all possible response options to the multi-select question. |
resp_sep |
A single string containing a regular expression. Each string
in |
opt_sep |
A single string containing a regular expression. Each string
in |
prefix |
A single string to prefix each column name in the output. |
A tibble with one column for each possible option and one row for each response. Logical values indicate whether each option was selected in each response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.