listFiles.AromaRepository | R Documentation |
Retrieves the files available on the repository under a particular path.
## S3 method for class 'AromaRepository'
listFiles(this, path=NULL, full=TRUE, orderBy=c("name", "time"), ..., force=FALSE,
verbose=getVerbose(this))
path |
The relative path to be listed. |
orderBy |
A |
... |
Additional arguments passed to |
force |
If |
Note that this method makes strong assumptions of the format of the downloaded HTML index file.
Returns the relative pathnames of the files available.
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.