| read.BaseFile {aroma.Base} | R Documentation |
Static method to read a BASE file structure.
BaseFile$read(file, path=NULL, ...)
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. |
Returns an BaseFile object.
Henrik Bengtsson (http://www.braju.com/R/)
*write().
For more information see BaseFile.