zi_mo_zcta3 {zippeR}R Documentation

Missouri Three-digit ZCTAs, 2022

Description

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)

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").

Source

U.S. Census Bureau's TIGER/Line database

Examples

utils::str(zi_mo_zcta3)
utils::head(zi_mo_zcta3)


[Package zippeR version 0.1.0 Index]