bpmnVisualizationR 'HTML' widgetHelper to create render function for using the bpmnVisualizationR 'HTML' widget within 'Shiny' applications and interactive 'Rmd' documents.
renderBpmnVisualizationR(expr, env = parent.frame(), quoted = FALSE)A render function that enables the use of the bpmnVisualizationR widget within 'Shiny' applications.
An expression that generates a bpmnVisualizationR 'HTML' widget
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.