Hi everyone, I am having trouble installing some specific courses from my university into swirl on Studio Cloud. I do not have access to an own laptop, so I cannot install R and am working in R Studio Cloud exclusively. I am using swirl, which works fine, and I just want to add some specific courses to it.
I have tried installing from my computer using this code w no success:
library(swirl)
install_course_zip("file path here", multi=FALSE)
Also tried installing from url with no success using:
install_course_url("https://courses.edx.org/assets/courseware/v1/8ae5204802d13b0733aa818f36dfc15d/asset-v1:MITx+14.310x+2T2020+type@asset+block/14_310x_Intro_to_R.zip")
What am I doing wrong? Grateful for any help.
Thanks! Joana