zi_mo_zcta3 | R Documentation |
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.
data(zi_mo_zcta3)
A data frame with 31 rows and 2 variables:
three-digit ZCTA value
simple features geometry
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")
.
U.S. Census Bureau's TIGER/Line database
utils::str(zi_mo_zcta3)
utils::head(zi_mo_zcta3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.