getSections.BaseFile: Gets a subset or all BASE sections

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
## 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.


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