lapply.GenericDataFileSet {R.filesets}R Documentation

Applies a function to each of the data files

Description

Applies a function to each of the data files.

Usage

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

Arguments

... Not used.

Value

Returns a named list where the names are the names of the date files according to *getNames().

Author(s)

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

See Also

For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]