render_template {condensr} | R Documentation |
Copy Rmd template to target path
Description
Copies a file from the rmarkdown/templates
folder to a target path
Usage
render_template(
file,
template_folder,
target_path,
output_name = NA,
data = list()
)
Arguments
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 |
[Package condensr version 1.0.0 Index]