check_qmd_renders: Check a qmd file renders using Quarto

View source: R/check_rmd.R

check_qmd_rendersR Documentation

Check a qmd file renders using Quarto

Description

Check a qmd file renders using Quarto

Usage

check_qmd_renders(file, install_missing = FALSE, update_packages = FALSE, ...)

Arguments

file

Path of an qmd file

install_missing

Should any missing packages be installed. Default FALSE.

update_packages

Should installed packages be updated before rendering. Default FALSE.

...

Additional arguments to pass to quarto_render()


rundel/checklist documentation built on Oct. 31, 2023, 9:26 a.m.