getSections.BaseFile {aroma.Base}R Documentation

Gets a subset or all BASE sections

Description

Gets a subset or all BASE sections specified by their names and/or their header contents.

Usage

## S3 method for class 'BaseFile':
getSections(this, types=NULL, headerValues=NULL, regexpr=FALSE, ...)

Arguments

types A vector of character strings specifying which sections to retrieve.
headers A vector of character strings specifying headers that the sections must contain in order to be returned.
regexpr If TRUE, the types and headers are interpreted as regular expressions, other exact matching is required.
... Not used.

Value

Returns a list of BaseFileSections.

Author(s)

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

See Also

For more information see BaseFile.


[Package aroma.Base version 0.4.8 Index]