report() renders a self-contained HTML report from a moat_audit
object. The report uses a package-local R Markdown template, so it does not
require internet access while rendering.
Arguments
- audit
A
moat_auditobject.- file
Output HTML file path. Defaults to
"moat_report.html".- quiet
A single logical value passed to
rmarkdown::render(). Defaults toTRUE.- ...
Additional arguments passed to
rmarkdown::render().