appendSection.BaseFile {aroma.Base}R Documentation

Adds a section to this BASE file structure

Description

Adds a section to this BASE file structure.

Usage

## S3 method for class 'BaseFile':
appendSection(this, section, ...)

Arguments

section A BaseFileSection to be appended.
... Not used.

Value

Returns TRUE if section was added.

Author(s)

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

See Also

*getSection(). *removeSection(). *replaceSection(). For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]