Learn R Programming

usa (version 0.1.0)

zipcodes: US ZIP Code Locations

Description

This tibble contains city, state, latitude, and longitude for U.S. ZIP codes from the CivicSpace Database (August 2004) augmented by Daniel Coven's web site (updated on January 22, 2012). The data was originally contained in the zipcode CRAN package, which was archived on January 1, 2020.

Usage

zipcodes

Arguments

Format

A tibble with 52 rows and 9 variables:

zip

5 digit ZIP code or military postal code (FPO/APO)

city

USPS official city name

state

USPS official state, territory abbreviation code

latitude

Decimal Latitude

longitude

Decimal Longitude