Skip to contents

The Workflow class is used to manage an ordered list of ProcessingStep objects of a specific type of data.

Usage

Workflow(processing_steps = list())

Arguments

processing_steps

A list of ProcessingStep objects.

Slots

methods

(getter) A character vector of the methods of each processing step.

overview

(getter) A data frame with an overview of processing steps in the workflow.