Learn R Programming

easyPSID (version 0.1.2)

find_name: Lookup new longitudinal variables names

Description

Finds the new name of any longitudinal variable in the PSID Family Files or Individual files following implementation of the rename_fam_vars and rename_ind_vars functions.

Usage

find_name(variable, var_year = TRUE)

Arguments

variable

Variable to look up

var_year

Report year when renamed variable first entered the PSID dataset (default=TRUE)

Examples

Run this code
# NOT RUN {
find_name(variable="V1244",var_year=FALSE)
# }

Run the code above in your browser using DataLab