'Shiny' render binding for the bpmnVisualizationR 'HTML' widget
Source: R/bpmnVisualizationR.R
bpmnVisualizationR-shiny-render.RdHelper to create render function for using the bpmnVisualizationR 'HTML' widget within 'Shiny' applications and interactive 'Rmd' documents.
Usage
renderBpmnVisualizationR(expr, env = parent.frame(), quoted = FALSE)Arguments
- expr
An expression that generates a
bpmnVisualizationR'HTML' widget- env
The environment in which to evaluate
expr.- quoted
Is
expra quoted expression (withquote())? This is useful if you want to save an expression in a variable.