tests/testthat/_snaps/trav_out_until.md

selective traversals with trav_in_until() are possible

Code
  create_graph() %>% add_path(n = 10, node_data = node_data(value = 1:10)) %>%
    trav_in_until(conditions = value == 1)
Condition
  Error in `trav_in_until()`:
  ! There is no selection of nodes available.
  * Any traversal requires an active selection.
  * This type of traversal requires a selection of nodes.


rich-iannone/DiagrammeR documentation built on Jan. 19, 2025, 12:23 a.m.