Skip to contents

Renders a simplified markdown version of the slide status for use in pull request comments. Uses the slide_status_pr.Rmd template bundled with the package. Requires the slide check cache produced by check_slides_many() (see slide_cache_path()).

Usage

render_slide_status_pr(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 markdown file (invisibly).

Examples

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