Learn R Programming

canvasXpress (version 0.16.6)

renderCanvasXpress: renderCanvasXpress

Description

Render function for canvasXpressOutput in Shiny applications and interactive Rmd documents

Usage

renderCanvasXpress(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

expression used to render the canvasXpressOutput

env

environment to use - default = parent.frame()

quoted

whether the expression is quoted - default = FALSE

Value

Render function that enables the use of the widget in applications

See Also

canvasXpressOutput

cxShinyExample