A dictionary with ariable value mappings with labels and ordered status.
Source:R/dict_recode.R
dict_recode.Rd
A dictionary containing value mappings for various variables, along with their corresponding labels and whether the values are ordered.
Usage
data("dict_recode")
Format
A tibble with 50 rows and 4 variables:
- names
character
: The variable name.- values
numeric
: The numeric value assigned to each label.- labels
character
: The label corresponding to each numeric value.- is_ordered
numeric
: Indicates whether the variable is ordered. A value of 1 indicates ordered, 0 indicates unordered.
Examples
dta_gtable(dict_recode)