renderBpmnVisualizationR {bpmnVisualizationR} | R Documentation |
'Shiny' render binding for the bpmnVisualizationR
'HTML' widget
Description
Helper 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 |
env |
The environment in which to evaluate |
quoted |
Is |
Value
A render function that enables the use of the bpmnVisualizationR
widget within 'Shiny' applications.
[Package bpmnVisualizationR version 0.5.0 Index]