extract_choices_labels: Extract labels from choices basing on attributes and names
Description
Extract labels from choices basing on attributes and names
Usage
extract_choices_labels(choices, values = NULL)
Value
character
vector with labels.
Arguments
- choices
(list
or vector
) select choices.
- values
(list
or vector
) optional, with subset of choices
for which
labels should be extracted, NULL
for all choices.