Skip to content

ChrisDienes/myRdocs

Repository files navigation

myRdocs

This package provides templates for R generated documents. The contents are modifications of other people's work (see credits section below).

Install Instructions

To install myRdocs and its dependencies run:

install.packages('devtools')
devtools::install_github('ChrisDienes/myRdocs')

Usage

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()

Credits

About

Templates for R documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages