Topic outline:

  1. R objects
  2. R packages
  3. Reading data in R
  4. Basic data wrangling

View slides in new window

Presentation keyboard shortcuts
  • Use and to navigate through the slides
  • Use F to toggle full screen
  • Use O to view an overview of all slides
  • Use ? to see a list of other shortcuts


Exercises

  1. Install R and RStudio on your computer.

  2. Download the entire folder 01-getting-started-r from the Google Drive link. For the meantime, keep the folder in your computer and wait for further instructions during the class.

  3. Before the training will start, open the RStudio and paste the following code in the console to install the required packages. Just click the clipboard icon to copy the code.

## install required packages
install.packages(c("janitor", "readxl", "haven", "tidyverse", "skimr"))