render_bpmn-shiny {bpmnR} | R Documentation |
Output and render functions for using render_bpmn within Shiny applications and interactive Rmd documents.
render_bpmnOutput(outputId, width = "100%", height = "400px")
renderRender_bpmn(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a render_bpmn |
env |
The environment in which to evaluate |
quoted |
Is |
Rendered BPMN model in Shiny widget.
Rendered BPMN model in Shiny widget.
Alessio Nigro