write.BaseFile {aroma.Base}R Documentation

Writes this BASE file structure

Description

Writes this BASE file structure.

Usage

## S3 method for class 'BaseFile':
write(this, file, ...)

Arguments

file A filename or a connection to be written.
... If file is not a connection, arguments passed to to getWritablePathname.Arguments(), e.g. path, overwrite, and mkdirs.

Value

Returns what writeBaseFile() returns.

Author(s)

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

See Also

*read(). For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]