Summary and Schedule

This is a new lesson built with The Carpentries Workbench.

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

To use the latest version of RStudio, install R and RStudio Desktop from here: https://posit.co/download/rstudio-desktop/

Setup instructions for loading R packages

SH

install.packages("gapminder")
install.packages("ggplot2")

Data Sets


SH

gapminder::gapminder