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?
If you go to the website where the CSV file is, look for a button that says "Raw", click on this and it will give you a URL to the CSV and not to the HTML. This is what you want to use in your code.
Oh I missed you were using RStudio Cloud. Is the RStudio cloud on your own servers or using rstudio.cloud? If it's the first, you should be able to figure it out but if it's the latter, you won't be able to access GitHub enterprise through rstudio.cloud.