Download a particular file from the repository by its relative pathname.
# S3 method for AromaRepository
downloadFile(this, filename, path=NULL, caseSensitive=FALSE, gzipped=TRUE, skip=TRUE,
overwrite=FALSE, ..., verbose=getVerbose(this))Returns the pathname of the uncompressed downloaded file.
The filename and the relative path of the file to be download.
If TRUE, a gzipped file is downloaded and decompressed.
If TRUE, an already downloaded file is skipped.
If TRUE, an not skipping, an already downloaded file
is overwritten, otherwise an error is thrown.
Additional arguments passed to downloadFile.
See Verbose.
Henrik Bengtsson
For more information see AromaRepository.