Description Usage Format Examples
Information about the location, area, and housing units in each ZIP code area.
| 1 | data("ZipGeography")
 | 
A data frame with 42741 observations on the following 13 variables.
Statea factor
Populationthe population of the ZIP are
Countythe name of the county to which the ZIP area belongs
HousingUnitsa numeric vector
LandAreaa numeric vector
WaterAreaa numeric vector
CityNamea factor with levels
AreaCodea numeric vector
Timezonea factor with levels  EST EST+1 CST MST PST PST-2 PST-3 PST-4 PST-5 PST-6 PST-7 PST-1
Latitudea numeric vector
Longitudea numeric vector
PostOfficeNamethe name of the post office serving the ZIP
ZIPa character vector
| 1 2 | data(ZipGeography)
## maybe str(ZipGeography) ; plot(ZipGeography) ...
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.