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

listFiles.AromaRepositoryR Documentation

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

Details

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

Value

Returns the relative pathnames of the files available.

Author(s)

Henrik Bengtsson

See Also

For more information see AromaRepository.


aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.