Skip to contents

Renders 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()).

Usage

render_slide_status(output_dir = ".", quiet = TRUE, ...)

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().

Examples

if (FALSE) { # \dontrun{
# After running check_slides_many():
render_slide_status()
} # }