knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The wheelmappeR package is a wrapper for the wheelmap.org API.
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)
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...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.