Posts

Getting Arrested in Charlottesville

June 7, 2020 - 4 minutes
How different are Black and White people treated by our police?
Cville Open Data racism

Make maps with Rstats

April 14, 2020 - 2 minutes
Three simple steps to go from open data set to interactive map with sf, dplyr, and leaflet.
Open Data Maps

Owning Outlines in RStudio

December 25, 2019 - 3 minutes
Take advantage of organizing your R scripts in RStudio with these outline tips and tricks.
RStudio productivity

RStudio shortcuts for laptop productivity

November 2, 2019 - 3 minutes
RStudio keyboad-shortcuts

An inputMap for your Shiny app

May 5, 2019 - 3 minutes
data viz leaflet shiny sf

Is the weather getting wetter?

February 20, 2019 - 3 minutes
Exploring historical data from 1905 to 2015 from the World Bank
weather lm sf tidyverse

Writing better wrappers with R’s ... (aka dots/ellipse)

December 31, 2018 - 4 minutes
code baseR

Geocoded crime reports for Charlottesville Virginia

November 27, 2018 - 5 minutes
Civic Data packages sf tidyverse

How to float ggplot2’s geom_label()

November 15, 2018 - 6 minutes
data viz ggplot2

Understanding the Fizz-Buzz-Whatever problem with R

September 15, 2018 - 8 minutes
algorithms baseR runtime