read.SpotData: Reads several Spot files into a SpotData object

Description Usage Arguments Value Author(s) See Also Examples

Description

Reads several Spot files into a SpotData object.

Usage

1
SpotData$read(filename=NULL, path=NULL, pattern=NULL, verbose=TRUE, ...)

Arguments

filename

A vector of filenames. Either pattern or filename must be specified.

path

A string (or an optional vector of paths if filename is specified) to the files.

pattern

A pattern string for matching filenames. Either pattern or filename must be specified.

verbose

If TRUE, information will printed out during the reading of the file.

Value

Returns a SpotData object.

Author(s)

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

See Also

For pattern formats see list.files(). For more information see SpotData.

Examples

1
## Not run: # For an example see help(SpotData).

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.