-
Notifications
You must be signed in to change notification settings - Fork 0
03: SqueakR On Swirl
Simon Ogundare edited this page Jun 21, 2022
·
3 revisions
Swirl is an R package which allows interactive courses to be made which run directly within RStudio. The SqueakR On Swirl course trains users on how to use SqueakR for their own analyses, and breaks down some of the syntax used for those unfamiliar with R.
First, install the swirl package:
install.packages("swirl")
library(swirl)
Then, load the course.
swirl::install_course("SqueakR On Swirl")
- Download this file from Swirl, or this file from GitHub if the first link doesn't work. You can also download the development version by downloading this file to help test it for bugs!
- Run
swirl::install_course()
in the R console. - Select the file you just downloaded.
- Swirl Courses: https://github.com/swirldev/swirl_courses
- SqueakR GitHub: https://github.com/osimon81/SqueakR/
- SqueakR Website: https://osimon81.github.io/SqueakR/index.html