Learn R Programming

zippeR (version 0.1.0)

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

Arguments

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

Examples

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

Run the code above in your browser using DataLab