You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
knitr::opts_chunk$set() # set global chunk options
ggplot2::theme_set(ggplot2::theme_bw()) # set ggplot2 theme
```
I will provide a .qmd file like this for [every homework assignment](https://mdporter.github.io/DS6030/homework.html). Download the homework file and add your solutions to each problem in the section that looks like this:
```
::: {.callout-note title="Solution"}
Add solution here
:::
```
This will format the solution section to make it easier to grade.