render_template: Render Template

View source: R/create_project.R

render_templateR Documentation

Render Template

Description

Renders a template using whisker::whisker.render() for templates used in a fashion similar to usethis::use_template().

Usage

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


jimbrig/jimstools documentation built on Sept. 12, 2022, 12:08 p.m.