Swirl lessons

Swirl is a program/package that can help teach you R at your own pace. There are many swirl lessons that are freely available (most of which I have not tried!). Given that, you are free to explore them, but I have developed a set to follow our class (with support of a QUBES working group). To work with them, you’ll need to

install.packages("swirl")
library(swirl)
install_course_github("jsgosnell", "JSG_swirl_lessons")
swirl()

Occasionally I update the lessons. If you want the latest version, you’ll need to uninstall the course

uninstall_course("JSG_swirl_lessons")

and then reinstall it following the original instructions.