I have a remote folder on a webserver containing data. I access the data using:
myData <-read.table("http://.../myData.csv", sep=',', header=T)
Is there a way to password protect the remote folder and enter the authorisation in the above command?
Thx.