I have successfully installed the SWIRL package and I am now trying the next step of selecting the course. The auto from the various options is not working, so I tried to the steps in the README.md where you copy in a path. The zip is in my R directory but I get the following error when running the following script.
install_course_zip("swirl_courses-master.zip", multi=TRUE, which_course="R Programming")
Error in unzip(path, list = TRUE) :
zip file 'swirl_courses-master.zip' cannot be opened
Try the following:
getwd()
Use output in code bellow
install_course_zip("[INSERT_YOUR_WORK_DIRECTORY]/swirl_courses-master.zip", multi=TRUE, which_course="R Programming")
Good day,
I have successfully installed the SWIRL package and I am now trying the next step of selecting the course. The auto from the various options is not working, so I tried to the steps in the README.md where you copy in a path. The zip is in my R directory but I get the following error when running the following script.
Any help would be greatly appreciated.
Wikus