county_fips: Provides geographic information about the inputted county...

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted county FIPS code

Usage

1

Arguments

county_fips

The county FIPS code that you want info about.

Value

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

Examples

1
2
3
4
5
county_fips("01001")
county_fips(01001)

county_fips(c("05043", "12033", "06065"))
county_fips(c(05043, 12033, 06065))

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