Learn R Programming

aroma.core (version 1.1.2)

isDone.AromaTransform: 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.

See Also

For more information see AromaTransform.