Learn R Programming

easyPSID (version 0.1.2)

find_years: Find years of PSID variable

Description

Finds the years and corresponding variable names for any longitudinal PSID variable in the PSID Family Files and Individual file.

Usage

find_years(variable, var_names = TRUE)

Arguments

variable

Variable name to look up

var_names

Report names for longitudinal PSID variable across years (default=TRUE)

Examples

Run this code
# NOT RUN {
find_years(variable="V3",var_names=FALSE)
# }

Run the code above in your browser using DataLab