USAboundaries (version 0.4.0)

us_zipcodes: 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()

Arguments

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

Run this code
# NOT RUN {
if (require(USAboundariesData)) {
  us_zipcodes()
}

# }

Run the code above in your browser using DataLab