| replaceSection.BaseFile {aroma.Base} | R Documentation |
Replaces a section in a BASE file structure.
## S3 method for class 'BaseFile': replaceSection(this, oldSection, newSection, append=FALSE, ...)
oldSection |
The BaseFileSection to be removed. |
newSection |
The BaseFileSection to replace the old one. |
append |
A logical. If oldSection is not found, should
newSection be appended anyway? |
... |
Not used. |
Returns (invisibly) TRUE if section was replaced, otherwise FALSE.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFile.