writeBaseFileSection: Low-level function to write a BASE file section to a...

Description Usage Arguments Value Author(s) See Also

Description

Low-level function to write a BASE file section to a connection or a file. This a supportive function to writeBaseFile().

Usage

1
2
## Default S3 method:
writeBaseFileSection(con, section, verbose=FALSE, ...)

Arguments

con

A connection or a character string filename.

section

The BASE file section list structure to be written.

verbose

Either a logical, a numeric, or a Verbose object specifying how much verbose/debug information is written to standard output. If a Verbose object, how detailed the information is is specified by the threshold level of the object. If a numeric, the value is used to set the threshold of a new Verbose object. If TRUE, the threshold is set to -1 (minimal). If FALSE, no output is written (and neither is the R.utils package required).

...

Not used.

Value

Returns TRUE, if structure was succesfully written, otherwise FALSE.

Author(s)

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

See Also

writeBaseFile().


HenrikBengtsson/aroma.Base documentation built on May 7, 2019, 1:51 a.m.