Get PUMA shapefile
get_pumas.RdDownload or load PUMA shapefile for the study region and year. Use to obtain PUMA polygons for spatial joins and tabulation.
Details
Loads cached shapefile if available; otherwise downloads from Census.
Handles 2010/2019 and 2022+ boundaries using tigris or direct download.
Returns sf object; saves to file for future use.
Assumes valid settings and state FIPS; errors if unsupported.
Settings
inputs_dir (direct): directory for cached shapefiles. Default from settings.
pums_year (direct): PUMS year. Default from settings.
state_fips (direct): state FIPS code. Default from settings.
See also
get_puma_ids
Other ACS utilities:
get_acs_bg_counts(),
get_acs_bg_counts_base(),
get_overlap_allocation(),
get_puma_ids(),
get_tracts_puma_xwalk(),
get_xwalk_sfx_to_sfy(),
load_xwalk()