seq.GenericDataFileSet {R.filesets}R Documentation

Gets an vector of file indices

Description

Gets an vector of file indices.

Usage

## S3 method for class 'GenericDataFileSet':
seq(this, ...)

Arguments

... Not used.

Value

Returns an integer vector in [1,N] where N is the number of files, or an empty vector if the file set is empty.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]