Prerequisites: Install these packages
- 📦 = collection of functions, data, & documentation
- The tidyverse = 📦📦📦📦📦📦📦📦📦
- Additional packages which provide interesting datasets
- When you see
Error in library(ggrepel) : there is no package called ‘ggrepel’
, - Run
install.packages("ggrepel")
- When you see