| setHeader.BaseFileSection {aroma.Base} | R Documentation |
Sets a header of a BASE section.
## S3 method for class 'BaseFileSection': setHeader(this, name, value, ...)
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. |
Returns (invisibly) the old header value, or NULL if missing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFileSection.