getSection.BaseFile {aroma.Base}R Documentation

Gets one section of this BASE file structure

Description

Gets one section of this BASE file structure. If more than one exists of the same type, only the first is returned.

Usage

## S3 method for class 'BaseFile':
getSection(this, type, ...)

Arguments

type A character string specifying the section to retrieve.
... Arguments passed to *getSections().

Value

Returns a BaseFileSection.

Author(s)

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

See Also

For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]