Description Usage Arguments Value Examples
geocode_mapquest
creates and executes calls to MapQuest
batch geocoding API via HTTP GET.
1 | geocode_mapquest(addresses, key)
|
addresses |
A string vector containing addresses, locations, or points of interest to geocode. |
key |
An individual API authentication key. MapQuest provides 15,000 free monthly transactions with a non-gated account. An account can be created here: https://developer.mapquest.com/plan_purchase/steps/business_edition/business_edition_free/register |
A dataframe will be returned with the given addresses and their corresponding latitudes and longitudes. These are attributed to the closest street location.
1 | geocode_mapquest(schools, key = Sys.getenv("MAPQUEST_API_KEY"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.