renderCanvasXpress {canvasXpress}R Documentation

Shiny Render function

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

Destroy

When there exists a need to visually remove a plot from a Shiny application when it is not being immediately replaced with a new plot use the destroy option as in:

renderCanvasXpress({canvasXpress(destroy = TRUE)})

See Also

canvasXpressOutput

cxShinyExample


[Package canvasXpress version 1.46.9-1 Index]