Learn R Programming

aroma.core (version 2.14.0)

listFiles.AromaRepository: Retrieves the files available on the repository under a particular path

Description

Retrieves the files available on the repository under a particular path.

Usage

## S3 method for class 'AromaRepository':
listFiles(this, path=NULL, full=TRUE, orderBy=c("name", "time"), ..., force=FALSE,
  verbose=getVerbose(this))

Arguments

path
The relative path to be listed.
orderBy
A character specifying how the returns files should be ordered.
...
Additional arguments passed to downloadFile.
force
If @FTRUE, cached results are redownloaded, otherwise not.

Value

  • Returns the relative pathnames of the files available.

Details

Note that this method makes strong assumptions of the format of the downloaded HTML index file.

See Also

For more information see AromaRepository.