- Swirl is an R package that turns the R console into an interactive learning evironment.
- Students are guided through R programming exercises where they can answer questions in the R console.
- There is no separation between where a student learns to use R, and where they go on to use R for thier own creative purposes.
If you've never used swirl before you shoud try swirl out for yourself:
install.packages("swirl") library(swirl) swirl()