This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Swirl and swirl lessons installation guide | |
| install.packages("swirl") | |
| library(swirl) # load the swirl package | |
| ## To start a swirl lesson, | |
| ## Type in `swirl()` | |
| ## These courses contain some useful lessons to do via swirl. | |
| install_course_github("kosukeimai", "qss-swirl") | |
| install_course("R Programming") |
OlderNewer