I am trying to install a course but I get the following error: > install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
Warning message:
In unzip(path, exdir = swirl_courses_dir()) :
error 1 in extracting from zip file
The steps I have taken are the following:
install.packages(“swirl”)
library( )
library(“swirl”)
install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
I am trying to install a course but I get the following error: > install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
Warning message:
In unzip(path, exdir = swirl_courses_dir()) :
error 1 in extracting from zip file
The steps I have taken are the following:
install.packages(“swirl”)
library( )
library(“swirl”)
install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")