Completed homework should be submitted on CoursePlus as a screenshot of the final question in this exercise. Please see the course website for more information about submitting assignments.
All assignments are due at the end of the course. Please see the course website for more information about grading: https://jhudatascience.org/intro_to_r/syllabus.html.
Click the following link to download the lesson:
https://github.com/jhudsl/intro_to_r/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.