Learn R Programming

aroma.core (version 2.14.0)

downloadFile.AromaRepository: Download a particular file from the reposity

Description

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

Usage

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

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.

Value

  • Returns the pathname of the uncompressed downloaded file.

See Also

For more information see AromaRepository.