This relatively quick post goes through how to change a file's last modified date with base R. How to change…
This post will go through 10 different Linux commands and their R alternatives. If you're interested in learning more R…
For anyone in the NYC area, I am offering an in-person introductory Python course on January 7th, 2019. The description…
*Note, if you want to skip the background / alignment calculations and go straight to where the code begins, just…
So you know lapply, sapply, and apply...but...what about rapply, vapply, or eapply? These are generally a little less known as…
In a prior post, we covered how to run Python from the Task Scheduler on Windows. This article is similar,…
For anyone in the NYC area, I will be holding an in-person training session December 3rd on doing data analysis…
Background In a previous post, we showed how using vectorization in R can vastly speed up fuzzy matching. Here, we…
If you're an avid R user, you probably use the famous dplyr package. Python has a package meant to be…
Earlier this year, a new package called tabulizer was released in R, which allows you to automatically pull out tables…