Render the slide status HTML report
render_slide_status.RdRenders the slide status overview site from the slide_status.Rmd
template bundled with the package. Requires the slide check cache
produced by check_slides_many() (see slide_cache_path()).
Arguments
- output_dir
Character. Directory for the output HTML and assets. Defaults to the current working directory.
- quiet
Logical. If
TRUE(default), suppress rmarkdown progress.- ...
Additional arguments passed to
rmarkdown::render().
Value
The path to the rendered HTML file (invisibly), as returned by
rmarkdown::render().