getHeaders.BaseFileSection {aroma.Base}R Documentation

Gets the headers of a BASE section

Description

Gets the headers of a BASE section.

Usage

## S3 method for class 'BaseFileSection':
getHeaders(this, names=NULL, regexpr=FALSE, ...)

Arguments

names A vector of character strings specifying which headers to retrieve.
regexpr If TRUE, the names are interpreted as regular expressions, other exact matching is required.
... Not used.

Value

Returns a list.

Author(s)

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

See Also

*getHeader(). For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]