Unnests a semi-unnested qstnr tibble as returned by unnest_qstnr() into one row per question lang, id and value.
The columns values, values_int and values_targets will thereby become
value, value_int and value_targets. Additionally, a column value_order is added holding the intended
value order as defined in the questionnaire.
Arguments
- qstnr
Semi-unnested questionnaire tibble as returned by
unnest_qstnr().
Value
A tibble.
See also
Other questionnaire generation functions:
gen_qmd_qstnr(),
gen_qstnr(),
gen_qstnr_docs(),
htmlize_qstnr(),
unnest_qstnr()