zi_mo_usps {zippeR}R Documentation

Missouri USPS Three-digit ZIP Code Labels, August 2024

Description

A tibble containing the USPS Three-digit ZIP Code labels for August 2024.

Usage

data(zi_mo_usps)

Format

A data frame with 37 rows and 3 variables:

zip3

three-digit United States Postal Service ZIP Code

label_area

area associated with the three-digit ZIP Code

label_state

state associated with the three-digit ZIP Code

Details

The data included in zi_mo_usps can be replicated with the following code: zi_load_labels(type = "zip3", source = "USPS", vintage = 202408). After downloading the data, subset to label_state == "MO".

Source

U.S. Postal Service Facility Access and Shipment Tracking (FAST) Database

Examples

utils::str(zi_mo_usps)
utils::head(zi_mo_usps)


[Package zippeR version 0.1.0 Index]