Skip to contents

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 bpmnVisualizationR 'HTML' widget

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

Value

A render function that enables the use of the bpmnVisualizationR widget within 'Shiny' applications.