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 name to copy.
Folder name of file.
Path to copy to.
Name of copies file. If NA, name will be the same as
input file name.
List of additional metadata. Must have at least element name
and title.