Where would you open a Chipotle?

         ·      · ·

In our family Chipotle burritos are as good as cash (maybe even better than cash). Unfortunately, the closest place I can capitalize on this easy financial return is over 30 minutes away! This got me thinking, where would I open a Chipotle? Once I got beyond the obvious answer of in our local country store, I thought how great would it have been to have a Chipotle by Notre Dame (where I went to grad school).


Where would you open a Chiptole?

         ·      · ·

In our family Chipotle burritos are as good as cash (maybe even better than cash). Unfortunately, the closest place I can capitalize on this easy financial return is over 30 minutes away! This got me thinking, where would I open a Chipotle? Once I got beyond the obvious answer of in our local country store, I thought how great would it have been to have a Chipotle by Notre Dame (where I went to grad school).


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.


Making a Maine Map with purrr to Add Multiple Layers

              · ·

This week I went backcountry camping with Brooke at Cutler Public Land Preserve on Maine’s northern coast. Mainers call this area the bold coast for its dramatic cliffs, which was certainly the case at our campsite pictured below. I’ve hiked Cutler before but forgot how awesome and awe-inspiring the landscape is. While we were hiking out we started talking about other places in Maine that we’ve visited and would like to go back to.


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.


Interactive Maps with leaflet in R on DataCamp

              · ·

My first course on DataCamp launched on July 5th, 2018. This course uses data on all American colleges and universities to explore various ways of mapping point data and income data to demonstrate how to map polygon data. In the later chapters, I cover how to add a few pieces of flair to leaflet maps in R. Here is one of the interactive maps from the last chapter… The first chapter is free.