zipcodes_county: Provides geographic information about the inputted county

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted county

Usage

1

Arguments

county

The county name or names that you are interested in.

state

Optional state to be more specific in your queries.

Value

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

Examples

1
2
3
zipcodes_county("sacramento")
zipcodes_county(county = "sacramento", state = "California")
zipcodes_county(county = c("sacramento", "Alameda"), state = "California")

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