build_quarto_site()
is a wrapper for quarto::quarto_render()
that also updates README.md
and optionally deletes the Quarto _freeze
directory to fully re-render the site.
Arguments
- input
The input file or project directory to be rendered (defaults to rendering the project in the current working directory).
- as_job
Render as an RStudio background job. Default is
"auto"
, which will render individual documents normally and projects as background jobs. Use thequarto.render_as_job
R option to control the default globally.- unfreeze
If
TRUE
, delete the Quarto_freeze
directory to fully re-render the site.- ...
Arguments passed to
quarto::quarto_render()
.
Supported File Types
While build_quarto_site()
supports both R Markdown (.Rmd
) and Quarto (.qmd
) notebooks in
the analysis
directory interchangeably, build_analysis_site()
supports .Rmd
files only.