zipcodes_city: Provides geographic information about the inputted city

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted city

Usage

1
zipcodes_city(city, county = FALSE, state = FALSE)

Arguments

city

The city name that you are interested in.

county

Optional county to be more specific in your queries.

state

Optional state to be more specific in your queries.

Value

A dataframe with the zipcode, county, state, county FIPS codes, and state FIPS code corresponding to the inputted city.

Examples

1
2
3
4
5
6
7
zipcodes_city(city = "Sacramento")
zipcodes_city(city = "Sacramento", county = "Sacramento")
zipcodes_city(city = "Sacramento", state = "California")
zipcodes_city(city = "Sacramento", county = "Sacramento",
              state = "California")

zipcodes_city(city = c("Sacramento", "Walnut Creek"))

jacobkap/zipcodes documentation built on May 18, 2019, 9:05 a.m.