Session - Creating things from Quarto
Using the wizard in RStudio gives a selection of output possibilities:
A full list is on the Quarto documentation website with links to the code to use in the YAML
Whilst it’s possible to list several outputs in the YAML:
only the first will render with the Render
button in RStudio.
The {quarto} package (which is different to Quarto which is in RStudio) can render to different formats:
The following can generate all outputs:
It’s possible to Render any Quarto file (even when not open in RStudio):