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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.