build_report | R Documentation |
Generate a report in MS Word format (.docx
format) from an R Markdown
template.
build_report( outdir, state, type = c("findings", "generic"), quietly = !interactive(), ... )
outdir |
Destination directory of generated report |
state |
RAAMP State for which report is generated |
type |
character - either |
quietly |
logical; should output be printed to the console? |
... |
Other arguments passed to |
By default, in interactive mode, the function will print progress messages to the console, while it is quiet during a scripting session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.