Quarto (the next generation of RMarkdown) enables you to weave together content and code into a finished product.
Image Source: Epi R Handbook
Quarto
If you’re familiar with Rmarkdown, you know how to use Quarto! (And if not, no worries, you’re about to learn)
What is Quarto good for?
Making automated reports or presentations - html, pdf, Word, Powerpoint formats
Making code, code snippets, etc. sharable and reproducible
Quick analyses that are documented and reproducible (and can include interactive graphs for example)
Make interactives, dashboards, websites, etc. (for internal or external purposes)
Quarto files
Quarto files have an ending of .qmd and are “rendered” into a document type of your choice.
Html (i.e. websites like the one for this workshop!) - this is probably the most flexible format! You can use html for many things, e.g. interactive dashboards, reports, code snippets, etc.