Download Lesson

Click the following link to download the lesson:

https://github.com/fhdsl/DaSEH/raw/main/modules/HW/Intro_to_R_Course.swc

Install Swirl

Open RStudio. Copy and paste the following code into the console. Press enter to run:

install.packages("swirl"); library(swirl)

Install Lesson in RStudio

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.

Launch swirl

Next, run the following:

swirl()

Complete Questions

Follow along with the questions in RStudio’s console.