| validate.BaseFileSection {aroma.Base} | R Documentation |
Validates BASE file section.
## S3 method for class 'BaseFileSection':
validate(this, action=c("error", "warning", "none"), ...)
action |
A character string specifying action if a problem is
detected. If "error", an exception is thrown,
if "warning", a warning is generated, and if
"none", to action is taken. |
... |
Not used. |
Returns a character string explaining problems detected. If no problems
where detected, NULL is returned.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFileSection.