| downloadFile.AromaRepository | R Documentation |
Download a particular file from the repository by its relative pathname.
## S3 method for class 'AromaRepository'
downloadFile(this, filename, path=NULL, caseSensitive=FALSE, gzipped=TRUE, skip=TRUE,
overwrite=FALSE, ..., verbose=getVerbose(this))
filename, path |
The filename and the relative path of the file to be download. |
gzipped |
If |
skip |
If |
overwrite |
If |
... |
Additional arguments passed to |
verbose |
See |
Returns the pathname of the uncompressed downloaded file.
Henrik Bengtsson
For more information see AromaRepository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.