A dictionary containing mappings of old variable names to their corresponding new names.
Usage
data("dict_rename")
Format
A tibble with 9 rows and 2 variables:
- old
character
: The old variable name.- new
character
: The new variable name that the old one has been changed to.
Examples
dta_gtable(dict_rename)