Upstartr is a companion package to The Globe and Mail’s data journalism template, startr. It contains a series of functions meant to be consumed by the template project, plus additional helpful functions for day-to-day data journalism.
install.packages('upstartr')
Or, if you want to run a development version, you can install it from GitHub by doing:
devtools::install_github('globeandmail/upstartr')
library(upstartr)
You can find the full reference manual for upstartr
’s functions here.