zipcodes_state: Provides geographic information about the inputted state

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted state

Usage

1

Arguments

states

The states that you would like info about.

Value

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

Examples

1
2
3
4
5
zipcodes_state("california")
zipcodes_state("California")

zipcodes_state(c("california", "wyoming"))
zipcodes_state(c("California", "Wyoming"))

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