Skip to content

Instantly share code, notes, and snippets.

@sysilviakim
Created February 11, 2023 02:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Instruction on how to install swirl and swirl courses
# Swirl and swirl lessons installation guide
install.packages("swirl")
library(swirl) # load the swirl package
## To start a swirl lesson,
## Type in `swirl()`
## These courses contain some useful lessons to do via swirl.
install_course_github("kosukeimai", "qss-swirl")
install_course("R Programming")
## To learn tidyverse, these are good places to start.
## Some may be redundant.
install_course_github("sysilviakim", "swirl-tidy")
install_course("Getting and Cleaning Data")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment