process_template: Insert provided parameters into template

View source: R/utils.R

process_templateR Documentation

Insert provided parameters into template

Description

Insert provided parameters into template

Usage

process_template(
  template,
  ...,
  where = system.file("utils", package = "charpente")
)

Arguments

template

Template obtained with get_template.

...

List of parameters to insert in the template.

where

Where to find the template.


RinteRface/charpente documentation built on March 10, 2024, 4:14 p.m.