Skip to contents

Adds all of the edges that make up the given path to the graph.

Usage

add_path(graph_builder, path)

Arguments

graph_builder

A graph builder_object

path

A character vector that describes the path

Value

The updated graph builder object

See also

Examples

graph_builder() |>
  add_path(c("A", "B", "C"))
#> <pointer: 0x5576cffc1490>
#> attr(,"class")
#> [1] "DirectedGraphBuilder"