Each of these tables contains ZIP Code Tabulation Areas (ZCTAs), their
intersecting counties and the states (state name, abbreviation, state FIPS
code) they are nested in. It's used in get_census_data()
for retrieving ZCTA-level census data by
state, as tidycensus::get_acs()
(CRAN version) currently does not support
obtaining state-specific ZCTA-level data.
zcta_state_xwalk2021zcta_state_xwalk2020
zcta_state_xwalk2019
zcta_state_xwalk2022
5 digit ZCTA code.
Federal Information Processing System (FIPS) Codes for States.
County name within the state that the ZCTA intersects/corresponds to.
State full name corresponding to the FIPS code.
Two-letter state abbreviation.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 538426 rows and 5 columns.
An object of class data.frame
with 519726 rows and 5 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 538152 rows and 5 columns.