knit_from_tmpl: Knit from template

knit_from_tmplR Documentation

Knit from template

Description

knit_from_tmpl() is a Knit function that knits an RMD or Rmarkdown file. Specifically, this function implements an algorithm to knit from template. The function is called for its side effects and does not return a value.

Usage

knit_from_tmpl(params_to_expand_ls, path_to_tmpl_1L_chr)

Arguments

params_to_expand_ls

Parameters to expand (a list)

path_to_tmpl_1L_chr

Path to template (a character vector of length one)

Value

No return value, called for side effects.


ready4-dev/ready4show documentation built on June 16, 2024, 8:08 a.m.