Rmarkdown, LaTeX and Knitr reporting templates for AAGI staff.
AAGI Report |
AAGI Short Report |
AAGI HTML Presentation |
AAGI Beamer Presentation |
---|
This package adds templates for AAGI reports and presentations to RStudio, accessible graphically via the File > New File... > R Markdown...
menu and also via the R Console using the new_report()
function.
Install this R package with:
if(!require("remotes")) install.packages("remotes")
remotes::install_github("AAGI-Org-AU-Public/AAGITemplates", upgrade = FALSE)