Using Leaflet and Googlesheets in a Shiny App

              · · ·

Building on the Making a Maine Map with purrr to Add Multiple Layers blog post, this week I worked to deploy a map of my favorite places in Maine as a shiny app. There are a couple of advantages to this approach: New favorites that I add to my googlesheet will be automatically geocoded and added to the map I can add a table that is linked to the map (i.


Creating a Custom Map Tile

              · · ·

In my DataCamp course on making interactive web maps in R using leaflet, I covered how to change the map tile using the addProviderTiles function. This allows us to use the more than 100 map tiles included with the leaflet package. For example, we can create a map using the Esri provider tile. However, there may come a time when we need to customize a map beyond using these provider tiles so that it fits with a particular project or website.