state_fips: Provides geographic information about the inputted state FIPS...

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted state FIPS code

Usage

1

Arguments

state_fips

State FIPS code or codes that you would like information about

Value

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

Examples

1
2
3
4
5
state_fips("01")
state_fips(01)

state_fips(c("05", "25", "11"))
state_fips(c(05, 25, 11))

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