This package provides templates for R generated documents. The contents are modifications of other people's work (see credits section below).
To install myRdocs and its dependencies run:
install.packages('devtools')
devtools::install_github('ChrisDienes/myRdocs')
R markdown template: Create a new R markdown file inside of RStudio by going to File > New File > R Markdown... > From Template and then select either myRdocs stater template (HTML) or myRdocs material design (HTML) from the template options. Once the template file opens, click the RStudio knit
button to render the template document.
Latex Report template: Set the desired working directory and run:
# Check current directory:
getwd()
### If you want to change directory:
# setwd(...path...)
### Create folder and template report:
myRdocs::report_template()
- The R markdown templates are modifications of the rmdformats package