A deep dive into Quarto
Overview
- Review the importance of reproducibility in scientific research
- Identify the major components of Quarto
- Define
knitr
chunks - Implement chunk options to customize output
- Practice different Quarto formats
- Distinguish between R scripts (
.R
) and Quarto documents (.qmd
)
Before class
- Read Tutorial: Hello, Quarto
- Review chapter 6 in R for Data Science for more info on scripts
Class materials
Run the code below in your console to download this exercise.
usethis::use_course("cis-ds/a-deep-dive-into-quarto")