setHeader.BaseFileSection {aroma.Base}R Documentation

Sets a header of a BASE section

Description

Sets a header of a BASE section.

Usage

## S3 method for class 'BaseFileSection':
setHeader(this, name, value, ...)

Arguments

name A character string of the name of the header.
value The value of the header. May be a vector.
type A character string specifying the new type.
... Not used.

Value

Returns (invisibly) the old header value, or NULL if missing.

Author(s)

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

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]