Description Usage Arguments Value See Also
This function allows to extract sub-flows from a given flow.
1 | .subset_flow(flow, outputs)
|
flow |
(a NIflow object) The original flow. |
outputs |
(list) Names of the outputs to keep in the new flow. |
A new NIflow object, a copy of the original flow, but only the given outputs are kept, as well as their required inputs. That is, the result is a sub-flow whose final results are the given outputs.
topo_sort,make_empty_graph,add_vertices,add_edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.