aroma.core (version 3.3.1)

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 AromaRepository
listFiles(this, path=NULL, full=TRUE, orderBy=c("name", "time"), ..., force=FALSE,
  verbose=getVerbose(this))

Value

Returns the relative pathnames of the files available.

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 TRUE, cached results are redownloaded, otherwise not.

Author

Henrik Bengtsson

Details

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

See Also

For more information see AromaRepository.