geocode: USCensusGeocodeR

Description Usage Arguments Value Examples

Description

This package allows for individuals to easily geocode address parts using the US Census Geocoding API Services. By passing in the Street Address, City, State, and/or Zip Code, you can find information such as the GEOID of the block group the address resides in as well as the coordinates of the block group the address resides in.

Usage

1
geocode(street, city = "", state = "", zip = "")

Arguments

street

This is a string or vector of strings containing the street address.

city

This is a string or vector of strings that contain the city.

state

This is a string or vector of strings that contain the two-letter state abbreviations.

zip

This is a string or vector of strings that contain the 5-character zip code.

Value

dataframe

Examples

1
geocode("1600 Pennsylvania Ave","Washington","DC","22052")

deino475/USCensusGeocodeR documentation built on June 9, 2019, 10:27 p.m.