Skip to content

JohMueller/wheelmappeR

Repository files navigation

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...

About

This is a wrapper for the Wheelmap API in R

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages