Getting Started
This page takes an estimated 40 minutes to complete.
Enrolling in the Course
1. Navigate to the course home page
2. Click on the Enroll button
3. Choose the "Data Science: Foundations using R Specialization" option.

4. Click "Next"
5. If you plan to study R beyond the scope of this guide, then feel free to proceed with the free trial initialization process and enter your financial credentials. If not, choose the "Audit course" option.

Install R and R Studio
Set Up swirl
1. Open RStudio and type the following into the console.
2. This is the only step that you will repeat every time you want to run swirl. First, you will load the package using the library() function. Then you will call the function that starts swirl. Type the following, pressing Enter after each line:
library() function. Then you will call the function that starts swirl. Type the following, pressing Enter after each line:Congratulations!
Last updated