if (interactive()) {
data <- get_osm_data("Basel, Switzerland")
green_areas_data <- data$green_areas
mapbox_token <- "your_mapbox_access_token_here"
accessibility_mapbox(green_areas_data, mapbox_token)
}
Run the code above in your browser using DataLab