Geocoding with osmdata in R
In a previous post I demonstrated how one can generate map-based heatmap distribution plots using the Leaflet package in R. In that example I implemented a function that sends locations as strings to a Open Street Map API and then receives latitude and longitude coordinates as return values in JSON-format. In this post I will […]