sd_pipeline: Create a pipeline from nodes

View source: R/graph.R

sd_pipelineR Documentation

Create a pipeline from nodes

Description

Nodes are executed sequentially. The image output of each node is passed as input to the next node.

Usage

sd_pipeline(...)

Arguments

...

sd_node objects in execution order.

Value

A list with class "sd_pipeline".


sd2R documentation built on March 30, 2026, 5:08 p.m.