aroma.core (version 3.3.1)

downloadFile.AromaRepository: Download a particular file from the repository

Description

Download a particular file from the repository by its relative pathname.

Usage

# S3 method for AromaRepository
downloadFile(this, filename, path=NULL, caseSensitive=FALSE, gzipped=TRUE, skip=TRUE,
  overwrite=FALSE, ..., verbose=getVerbose(this))

Value

Returns the pathname of the uncompressed downloaded file.

Arguments

filename, path

The filename and the relative path of the file to be download.

gzipped

If TRUE, a gzipped file is downloaded and decompressed.

skip

If TRUE, an already downloaded file is skipped.

overwrite

If TRUE, an not skipping, an already downloaded file is overwritten, otherwise an error is thrown.

...

Additional arguments passed to downloadFile.

verbose

See Verbose.

Author

Henrik Bengtsson

See Also

For more information see AromaRepository.