Connections, and pipe connections in particular, are a under-appreciated feature of the R language.
A tour of the recently released vroom package (http://vroom.r-lib.org/)
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 and can cause actual real world bugs.
In this video I will show how I debugged a real world issue in the vroom package with the lldb debugger and successfully submitted a pull request to dplyr with a fix. The debugging cheat-sheet I showed in the video is in the details below.