## Install Packages
install.packages("tidyverse")
## Load Packages
library(tidyverse)
Ensure that you have access to, and can correctly load, the required data set. For our session we will be using a bespoke data set created from data downloaded from the World Bank Open Database (WBD). This data is accessible through the downloadable here, .zip file, Github or from the .zip file provided by the calendar invite.
Additionally, ensure you have access to this sessions .zip file, which contains the Project file and other files used within this workshop.