Click the following link to download the lesson:
https://github.com/fhdsl/DaSEH/raw/main/modules/HW/Intro_to_R_Course.swc
Open RStudio. Copy and paste the following code into the console. Press enter to run:
install.packages("swirl"); library(swirl)
After the successful installation, run the following:
install_course()
You should see a popup where you can select the .swc
file you downloaded earlier. Select it to continue.
Next, run the following:
swirl()
Follow along with the questions in RStudio’s console.