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)

Arguments

template_path

Path to template

out_path

Path to output the rendered template

data

list to pass to whisker::whisker.render()

open

boolean - open template after it renders?

Value

invisible