ZipGeography: Geographic information by US Zip Codes (Postal Codes)

ZipGeographyR Documentation

Geographic information by US Zip Codes (Postal Codes)

Description

Information about the location, area, and housing units in each ZIP code area.

Usage

data("ZipGeography")

Format

A data frame with 42741 observations on the following 13 variables:

State
Population

the population of the ZIP area

County

the name of the county to which the ZIP area belongs

HousingUnits
LandArea
WaterArea
CityName
AreaCode
Timezone
Latitude
Longitude
PostOfficeName

the name of the post office serving the ZIP

ZIP

character vector for the ZIP code area

Examples

data(ZipGeography)
str(ZipGeography)

mdbeckman/dcData documentation built on March 18, 2023, 6:07 a.m.