Learn R Programming

R.filesets (version 2.15.1)

as.list.GenericDataFileSet: Returns the files of the file set

Description

Returns the files of the file set.

Usage

# S3 method for GenericDataFileSet
as.list(x, useNames=TRUE, ...)

Value

Returns a list of files, each of class getFileClass().

Arguments

...

Arguments passed to *getFiles().

useNames

If TRUE, the list will be annotated with names.

Author

Henrik Bengtsson

See Also

For more information see GenericDataFileSet.