reactflow(
nodes,
edges,
controls = NULL,
mini_map = NULL,
background = NULL,
allow_edge_connection = TRUE,
use_dagre = FALSE,
dagre_direction = c("LR", "TB"),
dagre_config = list(nodeWidth = 200, nodeHeight = 40),
...,
width = NULL,
height = NULL,
elementId = NULL
)