Get state FIPS codes for study region
get_state_fips.RdRetrieves state FIPS codes for all states intersecting the study region. Use for subsetting ACS, PUMS, or other census data to relevant states.
Details
Fetches study region geometry from settings.
Downloads state polygons for ACS year.
Buffers and transforms study region for robust spatial intersection.
Returns state FIPS codes for intersecting states.
Output is a character vector of state FIPS codes.
Assumes settings include 'acs_year'.
See also
fetch_study_region
Other geo utilities:
format_geoids(),
geoid_pad(),
get_bg_geom(),
get_county_fips(),
get_puma_geom(),
pad_geoid_cols()