powered by
Extract output components from a pipeline
pull_output(x, component, ...)# S3 method for sewage_pipeline pull_output(x, component, ...)
# S3 method for sewage_pipeline pull_output(x, component, ...)
output from a terminating node of an executed sewage pipeline
an executed pipeline object
a character string specifying which output component to pull
reserved for future use
pipeline = Pipeline() |> add_node(component = head, name = "Head", input = 'file') result = run(pipeline, file = iris) pull_output(result, "Head")
Run the code above in your browser using DataLab