Welcome to "Getting started with report writing using Quarto"! You have two options if you would like to follow along with the webinar:
- Follow along on https://posit.cloud OR
- Follow along on your Desktop
- Please go to posit.cloud and create an account (it is free)
- Ensure that you can access the project
-
Quarto is available in a number of editors, including VS Code, Jupyter Lab, and more. For this workshop, we'll be working in RStudio.
-
Download and install a recent release of RStudio (v2023.06 or later)
-
Clone the exercise repository: https://github.com/ivelasq/reports-with-quarto-exercises
- Quarto.org
- Awesome Quarto GitHub Repo
- Intro to Quarto at R-Ladies St. Louis
- Chunk options and package options
- FAQ for R Markdown Users
- From R Markdown to Quarto workshop taught by Dr. Mine Çetinkaya-Rundel and Dr. Andrew Bray
- Making Pretty PDFs with Quarto by Nicola Rennie
- Tips for Custom Parameterized PDFs in Quarto by Meghan Hall
- Introduction to Reproducible Publications with Quarto by Torin White at R-Ladies Rome
- Generating dynamic contents in R Markdown and Quarto by Qiushi Yan
- Publishing content in Quarto using conditionals and if/else code flow by Jim Gardner
- knit_child in a loop - variable as title (StackOverflow)
- How do I knit child doc uments with parameters into a main RMarkdown document? (StackOverflow)
- Parameterized Reporting with Quarto by Jadey Ryan at R-Ladies Abuja