Learn R Programming

zippeR (version 0.1.0)

zi_mo_zcta3: 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)

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

Examples

Run this code
utils::str(zi_mo_zcta3)
utils::head(zi_mo_zcta3)

Run the code above in your browser using DataLab