Videos / Posts

A tour of the recently released vroom package (http://vroom.r-lib.org/)

Introducing the vroom package, extremely fast data import in R.

Today I am going to be submitting my vroom package to CRAN, so I thought it would be fun to do it as a live demo.

This video demonstrates one of my favorite lesser known features of git, git bisect.

This video explains why it is best to avoid using missing() when writing R functions.

In this video I explain why using dots in your function and object names causes ambiguities that make your code harder to understand …