zi_mo_usps | R Documentation |
A tibble containing the USPS Three-digit ZIP Code labels for August 2024.
data(zi_mo_usps)
A data frame with 37 rows and 3 variables:
three-digit United States Postal Service ZIP Code
area associated with the three-digit ZIP Code
state associated with the three-digit ZIP Code
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"
.
U.S. Postal Service Facility Access and Shipment Tracking (FAST) Database
utils::str(zi_mo_usps)
utils::head(zi_mo_usps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.