This post will introduce using the keyring package to hide a password. Short background The keyring package is a library…
If you follow the stock market, you've probably heard the expression "Sell in May, Go Away." This expression generally refers…
R offers several ways to reverse a string, include some base R options. We go through a few of those…
With thousands of powerful packages, it's easy to glaze over the libraries that come preinstalled with R. Thus, this post…
The apply functions in R are awesome (see this post for some lesser known apply functions). However, if you can…
This post will go through how to create a word cloud of article titles scraped from the awesome R-bloggers. Our…
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…
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,…