Learn R Programming

aroma.core (version 2.14.0)

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, ...)

Arguments

...
Arguments passed to *findFilesTodo().

Value

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

See Also

For more information see AromaTransform.