A simple features data set containing the geometric data
for Missouri's three-digit ZIP Code Tabulation Areas (ZCTAs) for 2022,
derived from the U.S. Census Bureau's 2022 TIGER/Line shapefiles.
Usage
data(zi_mo_zcta3)
Arguments
Format
A data frame with 31 rows and 2 variables:
ZCTA3
three-digit ZCTA value
geometry
simple features geometry
Details
The data included in zi_mo_zcta3 can be replicated with the
following code: zi_get_geometry(year = 2022, style = "zcta3",
state = "MO", method = "intersect").