View source: R/render_template.R
render_template | R Documentation |
Copies a file from the rmarkdown/templates
folder to a target path
render_template(
file,
template_folder,
target_path,
output_name = NA,
data = list()
)
file |
File name to copy. |
template_folder |
Folder name of file. |
target_path |
Path to copy to. |
output_name |
Name of copies file. If |
data |
List of additional metadata. Must have at least element |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.