A dictionary with variable mappings for data standardization.
Source:R/dict_misspelled.R
dict_misspelled.Rd
A dataset containing mappings of old values to new values for certain specified variables in a dataset.
Usage
data("dict_misspelled")
Format
A tibble with 29 rows and 3 variables:
- variable
character
: The variable for which old and new values are mapped.- old
character
: The old value to be replaced.- new
character
: The new value to replace the old value.
Examples
dta_gtable(dict_misspelled)