create_extract: Create subset of common family file variables in long format

Description Usage Arguments Examples

View source: R/6create_extract.R

Description

Creates an extract dataset in long format consisting of the 500 most frequently reoccurring PSID Family Variables across all supplied waves of the PSID.

Usage

1
create_extract(in_direc, out_direc, num_vars = 500, all_years = F)

Arguments

in_direc

Directory containing waves of the Family Files in .rds format

out_direc

Directory to place export file into

num_vars

Number of variables to include in export dataset (default = 500). High variable counts with many waves of data require a significant amount of RAM, and may cause this function to throw errors if a computer's RAM is insufficient

all_years

Select most common variables based on all years of the PSID rather than based in the data actually supplied

Examples

1
2
3
4
5
create_extract(
    in_direc=system.file("extdata","rds_dir", package = "easyPSID"),
    out_direc=tempdir(),
    num_vars=25,
)

easyPSID documentation built on Oct. 3, 2021, 5:06 p.m.