Adds all of the edges that make up the given path to the graph.
See also
Other build graphs:
add_edge(),
build_acyclic(),
build_directed(),
graph_builder(),
populate_edges()
Examples
graph_builder() |>
add_path(c("A", "B", "C"))
#> <pointer: 0x5624a984fff0>
#> attr(,"class")
#> [1] "DirectedGraphBuilder"