Skip to contents

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.

Source

Simulated data for variable name mapping.

Examples

dta_gtable(dict_rename)
old new
uniqueidentifier id
where_from region
age age_years
height height_meters
weight weight_kg
group age_group
maritalstatus marital_status
highesteducationlevel education_level
employed employment_status
socioeconomicstatus ses