/rmdTemplate

Add rmarkdown template skeleton to an R package

Primary LanguageR

rmdTemplates

An R package with helper functions to a skeleton template directory within an R package directory structure.

Based on descriptions at http://rmarkdown.rstudio.com/developer_document_templates.html

Usage:

# add a template called "myTemplate"
createTemplate("myTemplate",description = "My Template")