/Rmplates

R package contains collection of useful Rmd Templates

Primary LanguageHTMLOtherNOASSERTION

Rmplates

Build Status Build status

R package contains collection of useful Rmd Templates

Instal the package

require(devtools)
devtools::install_github("sk-sahu/Rmplates")

Create a Rmd file

basic(new.Rmd)

or

rmarkdown::draft(
  "new.Rmd", template = "class-sessions",
  package = "Rmplates"
)