Section 2 Prerequisites

We will use the packages in the tidyverse library processing dataframes in general. And we will use a sample datasets from the Yale Program on Climate Change Communication. The advantage of these data is that they were collected and processed by our colleagues. So we have a good documentation on the sampling methods and the data processing workflow applied to each of them.

install.packages("tidyverse")

Other packages that you will learn throughout this tutorial include: sf, mice, raster, survey, viridis, ggrepel, etc.