This is a package to load useful functions that I use on a daily basis. It also contains a template for an Rmd and RStudio Project template. The package website is available at https://hectorrdb.github.io/DailyHRB/.
You can install it from Github with the following:
if (!"devtools" %in% installed.packages()) {
install.pacakges("devtools")
}
devtools::install_github("HectorRDB/DailyHRB")
or from source with
git clone git@github.com:HectorRDB/DailyHRB.git
R CMD INSTALL DailyHRB