README.md

wheelmappeR

The wheelmappeR package is a wrapper for the wheelmap.org API.

Installation

You can install the development version of wheelmappeR from GitHub with:

# install devtools package if required

install.packages("devtools")

# install package from GitHub
devtools::install_github("johMueller/wheelmappeR")

# load package
library(wheelmappeR)

Example

This is a basic example which shows you how to solve a common problem:

## Make API call for a specific region
get_wheelmap_locations(api_key = api_key, bbox="52.35, 52.67, 13.22, 13.54")

More explanation coming soon...



JohMueller/wheelmappeR documentation built on May 26, 2019, 3:31 p.m.