Intro to R programming

  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 00-module-intro-r from the Google Drive link. For the meantime, keep the folder in your computer and wait for further instructions during the class.

  3. Download the entire folder 00-module-intro-r from the Google Drive link. For the meantime, keep the folder in your computer and wait for further instructions during the class.

  4. Before the class 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"))
Important

Please make sure to install the required packages before the class starts, as we may not have a secure internet connection. If you encounter any issues, please let me know.