Add an RMarkdown Template
Adds files and directories necessary to add a custom rmarkdown template to RStudio. It creates:
inst/rmarkdown/templates/{{template_dir}}
. Main directory.
skeleton/skeleton.Rmd
. Your template Rmd file.
template.yml
with basic information filled in.
use_rmarkdown_template( template_name = "Template Name", template_dir = NULL, template_description = "A description of the template", template_create_dir = FALSE )
template_name |
The name as printed in the template menu. |
template_dir |
Name of the directory the template will live in within
|
template_description |
Sets the value of |
template_create_dir |
Sets the value of |
## Not run: use_rmarkdown_template() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.