renderSgraph: Render a sgraph visualization in Shiny
Description
Render a sgraph visualization in Shiny
Usage
renderSgraph(expr, env = parent.frame(), quoted = FALSE)
Value
Htmlwidgets render object
Arguments
- expr
An expression that creates a sgraph visualization
- env
Defaults to parent.frame() (cf. Shiny docs)
- quoted
Defaults to FALSE (cf. Shiny docs)