I have a remote folder on a web server containing data. I access the data with:
myData <-read.table("http://.../myData.csv", sep=',', header=T)
Is there a way to password protect the remote folder and enter authorization in the above command?
thank.
source
share