qstnr_lbl_col_sym | R Documentation |
Determines the questionnaire data column that holds variable value labels, returned as a symbol.
qstnr_lbl_col_sym(lang = pal::pkg_config_val("lang"))
lang |
Language. One of |
The questionnaire data column that holds variable value labels is language-dependent. While the column
response_options
holds the German value labels, their English counterpars are found in the column
value_labels
. qstnr_lbl_col_sym()
is intended to ease language-agnostic questionnaire data
programming.
A symbol.
fokus:::qstnr_lbl_col_sym(lang = "de")
fokus:::qstnr_lbl_col_sym(lang = "en")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.