Summary and Setup

This is a new lesson built with The Carpentries Workbench.

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