available_templates | R Documentation |
List the available template by name that can be used with draft()
to create
a new document for R Markdown from a package.
available_templates(package = "rmarkdown", full_path = FALSE)
package |
Package to list template from. Default to rmarkdown |
full_path |
Set to |
A character vector of templates name to use within draft()
. If
full_path = TRUE
, it returns the full path to the templates.
# List rmarkdown templates & create a draft
available_templates()
# List rticles templates
available_templates("rticles")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.