Quarto Dashboards, Part 1
This week, we’re taking the visualization skills we learned last week and using them to create an informational dashboard. Quarto dashboards were integrated into version 1.4, so you can use a familiar tool to create these dashboards. In part 1, we will focus on creating “static” dashboards—where the user does not interact with the content.
🎥 Required Video: Hello Quarto Dashboards
Video Resources
- Slides for this Video: https://mine.quarto.pub/quarto-dashboards/
- Starter Documents: https://github.com/mine-cetinkaya-rundel/olympicdash
Optional Resources
Check-in: Hello Quarto Dashboard
For this first section, you are expected to complete the coding activity associated with Dr. Mine Çetinkaya-Rundel’s video. Specifically, you will need to:
- Copy the template repository into your own repository.
- Create a new folder inside your
STAT 541
folder. - Create a new RStudio project that links to your copy of the template repo.
- Follow along and edit the
olympicdash-r-1.qmd
document. - Submit the HTML of your revised dashboard (
olympicdash-r-1.html
) to Canvas.