validate.BaseFileSection: Validates BASE file section

Description Usage Arguments Value Author(s) See Also

Description

Validates BASE file section.

Usage

1
2
## 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.


HenrikBengtsson/aroma.Base documentation built on May 7, 2019, 1:51 a.m.