The goal of BiosCoreHub is to assist NC TraCS Bios Core analysts by providing basic reporting tools for the most common statistical analysis requests.
You can install the released version of BiosCoreHub from GitHub with:
install.packages("devtools")
library(devtools)
install_github("vsritter/BiosCoreHub")Once installed, load the package with:
library("BiosCoreHub")and the "TraCS report" template should be available.
You can create a new report in Rstudio doing File > New File > R Markdown > From template > TraCS report {BiosCoreHub}.
HTML report template
PDF report template
Docx report template


