Sample R package that demonstrates the creation of an HTML report from an R function.
To download this package use the following code:
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("rkabacoff/anovaReport")
8000