downloadFile.AromaRepository: Download a particular file from the repository

downloadFile.AromaRepositoryR Documentation

Download a particular file from the repository

Description

Download a particular file from the repository 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.

Author(s)

Henrik Bengtsson

See Also

For more information see AromaRepository.


HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.