validate.BaseFileAssays {aroma.Base}R Documentation

Validates assays section

Description

Validates assays section.

Usage

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

Arguments

action A character string specifying action if a problem is detected. See validate.BaseFileSection() for details.
... 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 BaseFileAssays.


[Package aroma.Base version 0.4.8 Index]