R programming with swirl

What is swirl

swirl is an R package that enables users to learn R programming interactively in R console.

Website: https://swirlstats.com/

[^top]

Installing swirl

R>=3.1.0 is required to install swirl. R Studio is recommended.

In R console, type

install.packages("swirl")

Check your installation:

packageVersion("swirl")

Installing swirl

[^top]

Installing a course in swirl

Load swirl library.

library(swirl)

Install "R Programming" course.

install_from_swirl("R Programming")

Here is a list of all swirl courses http://swirlstats.com/scn/title.html

Installing course

[^top]

Last updated 2020-04-14 09:34:33.536108 IST

Comments