print.sewage_pipeline | R Documentation |
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()]
## S3 method for class 'sewage_pipeline'
print(x, ...)
x |
a [Pipeline()] object |
... |
not used |
formatted sewage pipeline output
pipeline = Pipeline() |>
add_node(component = head, name = "Head", input = "file")
print(pipeline)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.