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)
Path to template
Path to output the rendered template
list to pass to whisker::whisker.render()
boolean - open template after it renders?
invisible