Description Usage Arguments Value
Identify nodes to prune
1 2 3 4 5 6 | add_prune_ids(
flow,
focus_node = NULL,
prune_labels = NULL,
prune_types = "function"
)
|
flow |
list of nodes/edges returned by |
focus_node |
numeric: ID of a node to focus upon. Only the dependencies of the specified node will be shown. |
prune_labels |
character: If not NULL, any nodes with labels matching those specified will be pruned (i.e., excluded from the plot) although their dependencies will be cascaded. |
prune_types |
character: Optionally prune nodes based on type (typically "function" and/or "mutate"). Use NULL to override the default of "function". |
Returns list of nodes/edges and (optionally) prune_ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.