find_years {easyPSID} | R Documentation |
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
find_years(variable="V3",var_names=FALSE)
[Package easyPSID version 0.1.2 Index]