View source: R/compile_reports.R
Compile an R Markdown report
1 2 3 4 5 6 7 8 9 |
factory |
The path to the report factory or a folder within the desired factory. Defaults to the current directory. |
reports |
Either a regular expression (passed directly to |
params |
A named list of parameters to be fed to each report that matches the regular expression. If a report has default parameters set in it's yaml heading and their are duplicates then preference is given to the value supplied here. |
quiet |
A logical indicating if messages from R Markdown compilation
should be displayed; |
subfolder |
Name of subfolder to store results. Not required but helps distinguish output if mapping over multiple parameters. |
timestamp |
timevalue used in the folder structure of the report output.
If NULL, |
... |
further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.