us_zipcodes: Zip Code Tabulation Areas (contemporary)

View source: R/us_zipcodes.R

us_zipcodesR Documentation

Zip Code Tabulation Areas (contemporary)

Description

Get the current (2019) centroids for U.S Zipcode Tabulation Areas from the U.S. Census Bureau. The centroids were calculated from the ZCTA boundary files available on the U.S. Census Bureau website.

Usage

us_zipcodes()

Value

An sf object.

See Also

For documentation of and citation to the underlying shapefiles for contemporary data from the U.S. Census Bureau, see the census_boundaries documentation in the USAboundariesData package.

Examples

if (require(USAboundariesData, quietly = TRUE)) {
  us_zipcodes()
}


USAboundaries documentation built on Jan. 30, 2026, 1:07 a.m.