read.BaseFile {aroma.Base}R Documentation

Static method to read a BASE file structure

Description

Static method to read a BASE file structure.

Usage

BaseFile$read(file, path=NULL, ...)

Arguments

file A filename or a connection to be read.
path If file is not a connection, an optional path to be added to the file to be read.
... Additional arguments passed to readBaseFile(), especially extractSpotsData.

Value

Returns an BaseFile object.

Author(s)

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

See Also

*write(). For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]