6509Es – CC-BY-NC by Bob Mical

Day 4 of 30DayMapChallenge: « My data » (previously).
Where are my data? Partly in a data center; probably with your data too… So, where are they?

library(dplyr)
library(purrr)
library(sf)
library(osmdata)
library(glue)
library(leaflet)

We send an Overpass API query with {osmdata}:

# Get …

Continue reading: <a …