bpmnVisualizationR-shiny-output {bpmnVisualizationR}R Documentation

Shiny output binding for the bpmnVisualizationR 'HTML' widget

Description

Helper to create output function for using the bpmnVisualizationR 'HTML' widget within 'Shiny' applications and interactive 'Rmd' documents.

Usage

bpmnVisualizationROutput(outputId, width = "100%", height = "400px")

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit (like ⁠100%⁠, ⁠400px⁠, auto) or a number, which will be coerced to a string and have px appended.

Value

An output function that enables the use of the bpmnVisualizationR widget within 'Shiny' applications.


[Package bpmnVisualizationR version 0.5.0 Index]