A shiny approach to stakeholder engagement

I used Shiny to develop a web app that allows my non-scientist collaborators to explore my findings with minimal hand-holding.

Iterating through lists of lists (of lists of lists of...) with R

When you're doing big data analysis with R, you're probably working with nested lists. Here's one way to climb back up the rabbit hole.

Downloading lots of files off a (password-protected) website with R

Scraping the web is pretty easy with R—even when accessing a password-protected site.

Building ArcGIS models the hard way

ArcGIS can be finicky. Model Builder even more so.

Using R and C++ together

Taking advantage of compiled code in R has never been easier, but you still need to pay attention to syntax.