12  Sourcing qmd files

We can “source” or programmatically render (as opposed to interactively rendering with the Render button) qmd files – including inside of code chunks in other qmd files. Here is an example code chunk.

quarto::quarto_render("slow_code_cached.qmd", quiet = TRUE)