Go to the course GitHub org and find your ae-06 (repo name will be suffixed with your GitHub name).
Clone the repo in RStudio, run renv::restore() to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.
Render, commit, and push your edits by the AE deadline – end of the day
Wrap up
Recap
Data is often messy and needs to be transformed and reshaped for effective communication
{dplyr} contains functions for transforming data
{tidyr} contains functions for reshaping data
Design choices are crucial to effective storytelling with data
There is not inherently one “right” choice, but some choices are more effective than others