Posts by admin

Tidyverse Presentation

The slides of my presentation at Köln R User Meetup on 14 Oct 2016. It covers an introduction to tidy...

Circle Plots with GGPLOT2

(Github repo) Pretty circular plots. I’m not sure there is an added benefit for the data analyst herself but if...

Loading Shiny Apps Fast with Feather

Shiny Feather When I think about feathers (the real world thing) I associate with the words ‘light’ and ‘slow’. The...

Building R Packages with Devtools

Notes Github Repo In this document (*) means that there is a full example of usage in R in the...

Managing Multiple Learning Curves

library(tibble) library(purrr) # map() library(tidyr) library(dplyr) library(broom) library(ggplot2) library(RColorBrewer) Introduction I’ve been a big fan of Learning Curves and Managing...

Post blogs directly from R with RWordpress

Loading your R markdown documents onto your wordpress blog is super easy, but at the moment can be a little...

Junctional Traffic – Characterising and Rating Traffic Junctions

‘I love junctions.’ This insider joke of last week’s hackathon definetely has some truth in it. At the very well...