View source: R/create_project.R
render_template | R Documentation |
Renders a template using whisker::whisker.render()
for templates
used in a fashion similar to usethis::use_template()
.
render_template(template_path, out_path, data = list(), open = TRUE)
template_path |
Path to template |
out_path |
Path to output the rendered template |
data |
list to pass to |
open |
boolean - open template after it renders? |
invisible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.