Description Usage Arguments Examples
View source: R/6create_extract.R
Creates an extract dataset in long format consisting of the 500 most frequently reoccurring PSID Family Variables across all supplied waves of the PSID.
1 | create_extract(in_direc, out_direc, num_vars = 500, all_years = F)
|
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 |
1 2 3 4 5 | create_extract(
in_direc=system.file("extdata","rds_dir", package = "easyPSID"),
out_direc=tempdir(),
num_vars=25,
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.