Swirl

  • To install swirl, type the following into the console: install.packages("swirl")

 

 

 

  • Then, press enter.

 

  • To start swirl, type the following:
  • library("swirl")
  • swirl()

 

 

  • Then, press enter.

 

  • The following will come up in your console. Type in your name and press enter.

 

 

  • Continue reading along and interacting with swirl.

 

  • When you get to the following, install an interactive course. Enter the number of the course you want to learn.

 

 

  • There are even more courses other than those! If you would like to install a course that is not part of our course repository, type ?InstallCourses at the R prompt for a list of functions that will allow you to do so.

 

  • After you complete a course, in order to install a new course go back to step 1 and repeat.