swirldev / swirl

:cyclone: Learn R, in R.
http://swirlstats.com
Other
1.14k stars 599 forks source link

How to load Swirl Library #792

Open catherinebush opened 4 years ago

catherinebush commented 4 years ago

I'm new to R programming and I'm attempting to access tutorials. Unfortunately I'm getting an error message when I attempt to load the "swirl" library. I'll attach an image! Swirl Capture

ionvirgil commented 4 years ago

You have to install the package first with the install.packages("swirl") command. Then you can call the library("swirl") command.