README.md

mhs

Common functions that we use in our projects

Install the Package

1) Install the devtools package (if necessary). In R, paste the following into the console:

install.packages('devtools')

2) Load the devtools package and install from the Github source code.

library('devtools')
install_github(repo='MHS-R/mhs')

3) Load the newly installed package by calling

library(MHSPackage)


MHS-R/mhs documentation built on May 25, 2019, 12:23 p.m.