qstnr_lbl_col_sym: Determine questionnaire data's value label column

qstnr_lbl_col_symR Documentation

Determine questionnaire data's value label column

Description

Determines the questionnaire data column that holds variable value labels, returned as a symbol.

Usage

qstnr_lbl_col_sym(lang = pal::pkg_config_val("lang"))

Arguments

lang

Language. One of "de" or "en".

Details

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.

Value

A symbol.

Examples

fokus:::qstnr_lbl_col_sym(lang = "de")

fokus:::qstnr_lbl_col_sym(lang = "en")

zdaarau/fokus documentation built on Dec. 24, 2024, 10:47 p.m.