Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.81 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.81 KB

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.