View source: R/render_report.R
See here for more information: https://bookdown.org/yihui/rmarkdown/params-knit.html
1 2 3 4 5 6 7 8 | render_report(
name,
src_dir,
params = NULL,
...,
envir = new.env(),
base_dir = here::here("src")
)
|
name |
(character) .rdm file name |
src_dir |
(character) directory within |
params |
optional list of parameters to pass to |
... |
additional optional parameters for |
envir |
environment in which to run |
base_dir |
location of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.