This repo contains the exercises for the posit::conf(2024) workshop From R User to R Programmer.
This will bring in all the dependencies:
install.packages(c("tidyverse", "devtools", "here", "palmerpenguins"))
To install the exercises:
usethis::use_course("posit-conf-2024/programming-r-exercises")
We have copied the Gapminder Excel files from R for Data Science, as much of the material for this course is based on it.