View source: R/rep_functions.R
rep_psi_render | R Documentation |
Wrap around rmarkdown::render function to generate the automatic reports
rep_psi_render(
template,
output_file = NULL,
output_dir = NULL,
parent_logger = "test",
...
)
template |
Character vector indicating the name of the template. It must be located in the Templates folder of the project |
output_file |
Character vector indicating the name of the report file/s |
output_dir |
Character vector indicating the output folder |
... |
Parameters to pass on the yaml preamble of Rmd template |
Nothing, report is generated in the Report folder (default) or the specified Report subfolder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.