README.md

cdlutilities

Package contains miscellaneous functions that combine frequently completed tasks in the CDL lab.

When you use the methods in the package, you should always start by making sure you have the most up to date version of the package, as functions will be updated from time to time.

install.packages("devtools") # Install devtools from CRAN if needed
library(devtools)
install_github("cbohil/cdlutilities")
library(cdlutilities)

Type ?cdlutilities to view help for the package



cbohil/cdlutilities documentation built on Aug. 27, 2020, 4:58 a.m.