View source: R/renderProcessMap.R
renderProcessMap | R Documentation |
Widget render function for use in Shiny
renderProcessMap(expr, env = parent.frame(), quoted = FALSE)
expr |
an expression that generates a DiagrammeR graph. |
env |
the environment in which to evaluate expr. |
quoted |
is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.