/openrouteservice-r

:globe_with_meridians: R package to query openrouteservice.org

Primary LanguageRApache License 2.0Apache-2.0

Travis-CI Build Status AppVeyor Build Status Coverage Status

openrouteservice R client

The openrouteservice package provides easy access to the openrouteservice (ORS) API from R. It allows you to painlessly consume the following services:

Disclaimer

By using this package, you agree to the ORS terms and conditions.

Installation

The package is not yet available from CRAN, but you can install the development version directly from GitHub.

# install.packages("devtools")
devtools::install_github("GIScience/openrouteservice-r")

Get started

See the package vignette for an overview of the offered functionality.