Retrieve and assemble PUMS data
get_psrc_pums.Rd
The primary PUMS function
Arguments
- span
Either 1 for acs1 or 5 for acs5
- dyear
The data year
- level
Either "p" or "h", for "persons" or "households" respectively
- vars
PUMS variable/s as an UPPERCASE string element or list
- dir
Directory for .gz file, if already downloaded. Default NULL uses the Census ftp.
- labels
Default TRUE, recodes varible values to the corresponding label
Examples
if (FALSE) {
get_psrc_pums(span=1, dyear=2019, level="p", vars=c("AGEP","SEX"))}