Learn R Programming

bpmnVisualizationR (version 0.5.0)

renderBpmnVisualizationR: '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)

Value

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

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.