Render function for canvasXpressOutput in Shiny applications and interactive Rmd documents
renderCanvasXpress(expr, env = parent.frame(), quoted = FALSE)
Render function that enables the use of the widget in applications
expression used to render the canvasXpressOutput
environment to use - default = parent.frame()
whether the expression is quoted - default = FALSE
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)})
canvasXpressOutput
cxShinyExample