[Assignment must be completed between Wed, Jan 15 - Wed, Jan 29]
Complete RStudio Cloud Primer “Programming Basics”:
Direct link to Programming Basics primer: https://rstudio.cloud/learn/primers/1.2
The module on Visualization Basics at https://rstudio.cloud/learn/primers/1.1 is recommended.
Link to all primers FYI: https://rstudio.cloud/learn/primers or simply click on “Primers” button in the left pane of RStudio Cloud.
R Programming E swirl-based training:
To start the training, run the following commands in RStudio/R Studio Cloud (make sure you are connected to the internet):
install.packages('swirl') # install swirl package if it's not yet installed
library(swirl) # load library swirl
install_course_github("swirldev", "R_Programming_E") # install R_Programming_E course
swirl() # run swirl and choose the training in the menu
Complete the following sections of the course:
A (very) short introduction to R swirl-based training:
swirl::install_course("A_(very)_short_introduction_to_R")
library(swirl)
swirl()
Complete the following modules of the course:
Getting and Cleaning Data
swirl::install_course("Getting and Cleaning Data")
library(swirl)
swirl()
Complete the following modules of the course:
All swirl courses FYI:
browseURL("https://swirlstats.com/scn/title.html")