Material for workshop at Département de science politique de l'Université de Montréal
-
Clone or download the repository
-
Clone the repository to your local machine using Git
-
Alternatively, you can click the green "<> Code" button and select "Download ZIP" to download the repository as a ZIP file. After downloading, extract the contents.
-
-
After cloning or downloading, navigate to the project folder on your computer.
-
Double click on
2024-09-18_intro-to-tidyverse.Rproj
in the project root to open the RStudio Project. -
Before running the code, make sure you have the following R packages installed:
-
tidyverse
-
here
-
RColorBrewer
-
-
intro-to-dplyr/
: Contains files for the first half of the workshop, focusing on data manipulation using dplyr -
intro-to-ggplot2/
: Contains files for the second half of the workshop, covering basic data visualization with ggplot2 -
more-ggplot2/
: Includes additional code that we probably won't have time to cover during the workshop but is helpful for further learning
-
In each of the above folders, you'll find a
.qmd
file with_blank
in its name. If you'd like to code along, you can use these files, which provide skeletons for you to fill in as we work through the material. -
If you prefer to follow along without coding, open the other
.qmd
file that already contains all the code.