isDone.AromaTransform {aroma.core}R Documentation

Checks if the data set is processed or not

Description

Checks if the data set is processed or not.

Usage

## S3 method for class 'AromaTransform':
isDone(this, ..., verbose=FALSE)

Arguments

... Not used.
verbose See Verbose.

Value

Returns TRUE if the data set is processed, otherwise FALSE.

Author(s)

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

See Also

For more information see AromaTransform.


[Package aroma.core version 1.4.0 Index]