render_bpmn-shiny {bpmnR} | R Documentation |
Shiny bindings for render_bpmn
Description
Output and render functions for using render_bpmn within Shiny applications and interactive Rmd documents.
Usage
render_bpmnOutput(outputId, width = "100%", height = "400px")
renderRender_bpmn(expr, env = parent.frame(), quoted = FALSE)
Arguments
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 |
Value
Rendered BPMN model in Shiny widget.
Rendered BPMN model in Shiny widget.
Author(s)
Alessio Nigro
[Package bpmnR version 0.1.1 Index]