extract_choices_labels {teal.transform}R Documentation

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)

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.

Value

character vector with labels.


[Package teal.transform version 0.6.0 Index]