View source: R/children.R View source: R/extendr-wrappers.R View source: R/extendr-wrappers.R
children | R Documentation |
Get a list of the node ids of the children of the provided node.
children(graph, nodes)
graph |
A graph object |
nodes |
A character vector of nodes to find children for |
A character vector
graph <- graph_builder() |>
add_edge(from = "A", to = "B") |>
build_directed()
graph |> children("A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.