View source: R/builder.R View source: R/extendr-wrappers.R
build_acyclic | R Documentation |
Builds a graph builder into a new DirectedAcyclicGraph object.
NOTE: This will consume the builder. It will leave an empty builder in its place.
build_acyclic(graph_builder)
graph_builder |
A graph builder object |
A DirectedAcyclicGraph Object
Other build graphs:
add_edge()
,
add_path()
,
build_directed()
,
graph_builder()
,
populate_edges()
graph_builder() |>
add_path(c("1", "2", "3", "4")) |>
build_acyclic()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.