qstnr_response_option_codes | R Documentation |
Extracts response option codes of the specified type(s) from the raw FOKUS questionnaire data.
qstnr_response_option_codes(types = all_response_option_types)
types |
Response option types. One or more of
|
Note that only codes of recurring response options are returned which are defined under the response_options
top-level key in the file
data-raw/questionnaire/questionnaire.toml
.
An integer vector.
Other questionnaire-internal functions:
qstnr_item_val()
,
qstnr_parties()
fokus:::qstnr_response_option_codes(types = "abstain")
fokus:::qstnr_response_option_codes(types = c("dunno",
"custom",
"abstain"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.