Skip to contents

Download files from the file archive

Usage

downloadFiles(files = NULL, destFolder = NULL, overwrite = F)

Value

Status messages on the actions taken for each file.

Examples

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