Quarto allows you to combine code, narrative text, and output in a single document, making analyses easier to understand, evaluate, share, and reproduce.
While a standalone R script can be reproducible, Quarto strengthens reproducibility by explicitly linking analytical decisions, results, and interpretation in one place.
The YAML section controls document-level settings such as the title, author, date, output format, and optional features like themes and tables of contents.
Cross-referencing automates the connection between your narrative and your results; by using the @ symbol with proper prefixes (fig-, tbl-, or sec-), Quarto handles all numbering and hyperlinking for you, ensuring your document remains organized even as you add or move content.
This chapter demonstrates how all earlier analytical skillsβdata wrangling, visualization, and modelingβcome together in a clear, reproducible final report.