README.md

DailyHRB

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. 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


HectorRDB/HectorRDB documentation built on Oct. 15, 2020, 6:16 p.m.