Materials to work with the R course material developed by Computational Communication Science Amsterdam.
Maintainer: Justin Chun-ting Ho
EtherPad: https://pad.carpentries.org/asocr
This study group is designed to teach basic R programming and using the tidyverse package for data cleaning, wrangling, and visualization. Below I have listed the video tutorial (please watch it before coming to the session) and optional reading materials if you are interested. The readings are taken from R for Data Science (R4DS), an open access book.
| Week | Video Tutorial | Optional Reading | Core packages / functions |
|---|---|---|---|
| 1 | https://www.youtube.com/watch?v=PVhZD5MINYM (from the beginning to the 17:00 mark, skipping the rest of the video) | 4 | base R |
| 2 | https://www.youtube.com/watch?v=CATqkFiZljU and https://www.youtube.com/watch?v=lde7wLORQpo | 5 | dplyr |
| 3 | https://www.youtube.com/watch?v=CATqkFiZljU (from the beginning to the 17:00 mark, skipping the rest of the video) and https://www.youtube.com/watch?v=lde7wLORQpo | 12 and 13 | dplyr and tidyr |
| 4 | https://www.youtube.com/watch?v=wO5mrVaCB28 | 7 | ggplot2 |
| 5 | https://www.youtube.com/watch?v=1K3SKsEj9eI | stats |