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.


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.