powered by
Widget render function for use in Shiny
renderGrViz(expr, env = parent.frame(), quoted = FALSE)
an expression that generates a DiagrammeR graph
the environment in which to evaluate expr.
is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.
grVizOutput() for an example in Shiny.
grVizOutput()