Pre-workshop instructions

Prior to the workshop, please complete the following steps:

pkg_list <- c(
  "tidyverse", "gt", "ggthemes", "palmerpenguins", "quarto", "here"
)
install.packages(pkg_list)