Download files from the file archive
downloadFiles.RdDownload files from the file archive
Examples
if (FALSE) { # \dontrun{
##To download all files in the file archive.
myFiles = listFileArchive()$filesInArchive
downloadFiles(files = myFiles, destFolder = "temp")
} # }