## install required packages
install.packages(c("janitor", "readxl", "haven", "tidyverse", "skimr"))
Intro to R programming
- 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
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.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.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.
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.