2023-09-26
Quarto and Markdown enable you to weave together content and executable code into a finished product.
These slides were also made with Quarto.
The Quarto.org page has some solid “starting out” material
Data are accessible, minimal wrangling needed. Minimal hierarchy and repeats.
Clone the repo at https://github.com/scruglife/automated-reports-2023/.
code/parent.qmd
is a main reproducible doc. It is capable of having “child” docs referenced within, or it can exist as a standalone.
code/child_intro.R
is a “child” document that inherits aesthetics and parameter values from parent.qmd
It can be helpful to see quarto and rmarkdown in practice. There are many reports being created by our colleges who post their code on GitHub.