tests/testthat/_snaps/create_combine_nodes.md

a correct node data frame is generated

Code
  create_node_df(n = "a")
Condition
  Error in `create_node_df()`:
  ! `n` must be a whole number, not the string "a".
Code
  create_node_df(n = c(1, 2))
Condition
  Error in `create_node_df()`:
  ! `n` must be a whole number, not a double vector.


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.