Skip to content

chiouey/mapquestr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapquestr

mapquestr provides an R interface to interact with (parts of) the MapQuest APIs.

Installation

You can install the development version from GitHub by running:

# install.packages("devtools")
devtools::install_github("chiouey/mapquestr")

You can obtain a key here.

Usage

Documentation can be interrogated, but as a teaser:

library(mapquestr)

geocode_mapquest(c("765 Broad St Newark, NJ 07102", "219 Avon Ave Newark, NJ 07108"),
                 key = Sys.getenv("MAPQUEST_KEY")) %>%
  as.data.frame()

#>                        address       lat        lon
#>1 765 Broad St Newark, NJ 07102 40.736341 -74.171953
#>2 219 Avon Ave Newark, NJ 07108 40.726005 -74.200559

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages