print.sewage_pipeline: Printing Pipelines

View source: R/printers.R

print.sewage_pipelineR Documentation

Printing Pipelines

Description

print a sewage pipeline

this will print all nodes and theis inputs in the pipeline. Once the pipeline has been executed, print will show the outputs available through [pull_output()]

Usage

## S3 method for class 'sewage_pipeline'
print(x, ...)

Arguments

x

a [Pipeline()] object

...

not used

Value

formatted sewage pipeline output

Examples

pipeline = Pipeline() |>
    add_node(component = head, name = "Head", input = "file")
print(pipeline)

sewage documentation built on May 31, 2023, 9:29 p.m.