I've been messing around with R for a short time, and I've come across a problem, I assume that it's my first experience in this type of program and I don't understand many things, the problem is the following:
I am trying to do a statseducation course, where in the swirl part, there is a link to download the course. Once the course was downloaded and the swirl() package installed, I proceeded to install the course as indicated in the guide without success.
I have tried to change the location of the file without success, and the solutions that I have consulted refer to the preloaded courses in the package and choosing a specific program, such as:
install_course_zip("~/Downloads/swirl_courses-master.zip", multi=TRUE, which_course="R Programming")
However, what I want is to install the course and be able to follow it, not just download a lesson.
I hope I was able to explain myself well and that you can give me a hand.
Thanks in advance!
Sergio Lahera
library(swirl)
install_course_zip(""C:Users/sergi/Desktop/R/R Basics/swirl_courses-master.zip", multi=TRUE)
But it throws me the following error message:
Error in unzip(path, list = TRUE) : zip file 'C:Users/sergi/Desktop/R/R Basics/swirl_courses-master.zip' cannot be opened
What I want is to be able to install the course and then be able to choose the lesson to follow it properly.