if (FALSE) {
## download a single file from a LabKey Server
library(Rlabkey)
labkey.webdav.get(
baseUrl="http://labkey/",
folderPath="home",
remoteFilePath="folder/myFile.txt",
localFilePath="myDownloadedFile.txt",
overwrite=TRUE
)
}
Run the code above in your browser using DataLab