Hello,
I am in the process of building an R-course for beginners at my workplace.
The idea of using Rstudio Cloud is attractive because it requires no set-up on the users behalf.
I have a relevant csv dataset I wish to use in this course, currently it is hosted on my workplace's Github Enterprise account. Using the read.csv("Github Enterprise URL") function works when using the Rstudio desktop IDE, but on Rstudio Cloud I receive an error:
Error in file(file, "rt") :
cannot open the connection
I guess this has something to do with my workplace VPN blocking external traffic. Are you aware of any way around this?
Thank you kindly,
Oliver