Render the slide status PR markdown table
render_slide_status_pr.RdRenders 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()).
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().