zipcode: Provides geographic information about the inputted zipcodes.

Description Usage Arguments Value Examples

Description

Provides geographic information about the inputted zipcodes.

Usage

1

Arguments

zipcode

Zipcode or zipcodes you would like information about

Value

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

Examples

1
2
3
4
5
6
7
zipcode("19104")
zipcode(19104)

zipcode(c(19104, 19105))

example <- c(19104, 36067, 36003)
zipcode(example)

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