build_quarto_site | R Documentation |
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.
build_quarto_site(input = NULL, as_job = FALSE, unfreeze = FALSE, ...)
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 |
unfreeze |
If |
... |
Arguments passed to |
When run, build_quarto_site()
calls:
devtools::build_readme()
unfreeze()
(if unfreeze = TRUE
)
quarto::quarto_render()
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.