Working with Quarto
2026-03-25
Why Quarto?
communicating to decision-makers
collaborating with other data scientists
as a modern-day lab notebook where you can capture not only what you did, but also what you were thinking.
It contains three important types of content:
An (optional) YAML header surrounded by
---
s.
Chunks of R code surrounded by
````
.
Text mixed with simple text formatting like
# heading
and
_italics_
.
What happens when you render a Quarto document?