validate.BaseFileSection {aroma.Base}R Documentation

Validates BASE file section

Description

Validates BASE file section.

Usage

## S3 method for class 'BaseFileSection':
validate(this, action=c("error", "warning", "none"), ...)

Arguments

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.

Value

Returns a character string explaining problems detected. If no problems where detected, NULL is returned.

Author(s)

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

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]