removeSection.BaseFile {aroma.Base}R Documentation

Removes a section from a BASE file structure

Description

Removes a section from a BASE file structure.

Usage

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

Arguments

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

Value

Returns (invisibly) the number of sections removed.

Author(s)

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

See Also

For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]