| getSections.BaseFile {aroma.Base} | R Documentation |
Gets a subset or all BASE sections specified by their names and/or their header contents.
## S3 method for class 'BaseFile': getSections(this, types=NULL, headerValues=NULL, regexpr=FALSE, ...)
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. |
Returns a list of BaseFileSections.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFile.