knit_from_tmpl | R Documentation |
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.
knit_from_tmpl(params_to_expand_ls, path_to_tmpl_1L_chr)
params_to_expand_ls |
Parameters to expand (a list) |
path_to_tmpl_1L_chr |
Path to template (a character vector of length one) |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.