Download a particular file from the reposity by its relative pathname.
# S3 method for AromaRepository
downloadFile(this, filename, path=NULL, caseSensitive=FALSE, gzipped=TRUE, skip=TRUE,
overwrite=FALSE, ..., verbose=getVerbose(this))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.
Returns the pathname of the uncompressed downloaded file.
For more information see AromaRepository.