Skip to contents

All vignettes

Get started with pipeflow

Start here if this is your first time using pipeflow.

Modifying existing pipelines

Shows how to insert, replace, and remove steps in a pipeline.

Combining pipelines

Shows how to combine different pipelines to a single pipeline.

Collecting output

Shows how to collect and group pipeline output.

Advanced: How to use pipeflow with split data sets

Shows how you easily apply pipelines at multiple data sets and then combine the output at the end of the pipeline.

Advanced: How pipelines can modify themselves at runtime

Shows how you can setup pipelines to modify themselves at runtime, which, for example, allows for changing pipeline parameters based on intermediate results or even dynamically modify the pipeline’s own structure during a pipeline run.