Description Usage Arguments Author(s)
View source: R/createTemplate.R
Creates template folder structure according to http://rmarkdown.rstudio.com/developer_document_templates.html. This assumes you are working to create an R package
1 2 | createTemplate(name = "newTemplate", description = "A new template",
yamlextra = list(), titleblockextra = list())
|
name |
name of the template |
description |
a short description of the template |
yamlextra |
list of extra details for template.yaml |
titleblockextra |
list of extra options for title block in rmd |
Michael Nelson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.