## install required packages
install.packages(c("janitor", "readxl", "haven", "tidyverse", "skimr"))
Topic outline:
- R objects
- R packages
- Reading data in R
- Basic data wrangling
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
Download the entire folder
01-getting-started-rfrom the Google Drive link. For the meantime, keep the folder in your computer and wait for further instructions during the class.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.