Skip to content

Instantly share code, notes, and snippets.

@abhishekdagarit
Last active October 30, 2017 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekdagarit/44ac50c039e65ac049ebf8f0ebdd9548 to your computer and use it in GitHub Desktop.
Save abhishekdagarit/44ac50c039e65ac049ebf8f0ebdd9548 to your computer and use it in GitHub Desktop.
swirl

#SWIRL

Its basically a package that if installed can help in learning and practicing R, right inside the R console.

Main Swirl webpage

Steps

  1. Get R
  2. Get Rstudio
  3. Install swirl
install.packages("swirl")
  1. Start swirl()
library("swirl")
swirl()
  1. Start an interactive course by following the prompt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment