tests/testthat/_snaps/delete_node_edge.md

edges can be deleted from a graph using node label values

Code
  graph_labeled_nodes %>% delete_edge(from = "zero", to = "two")
Condition
  Error in `delete_edge()`:
  ! The value provided in `from` does not exist as a node `label` value.
Code
  graph_labeled_nodes %>% delete_edge(from = "one", to = "three")
Condition
  Error in `delete_edge()`:
  ! The value provided in `to` does not exist as a node `label` value.


Try the DiagrammeR package in your browser

Any scripts or data that you put into this service are public.

DiagrammeR documentation built on June 22, 2024, 11:21 a.m.