Description Usage Arguments Value Examples
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.
1 | geocoding_api(street, city = "", state = "", zip = "")
|
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. |
dataframe
1 | geocoding_api("1600 Pennsylvania Ave","Washington","DC","22052")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.