Skip to content

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.

Automatic Installation (recommended)

First, install the swirl package:

install.packages("swirl")
library(swirl)

Then, load the course.

swirl::install_course("SqueakR On Swirl")

Manual Installation

  1. 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!
  2. Run swirl::install_course() in the R console.
  3. Select the file you just downloaded.

SqueakR On Swirl Resources

Clone this wiki locally