View source: R/shiny_functionality.R
renderCanvasXpress | R Documentation |
Render function for canvasXpressOutput in Shiny applications and interactive Rmd documents
renderCanvasXpress(expr, env = parent.frame(), quoted = FALSE)
expr |
expression used to render the canvasXpressOutput |
env |
environment to use - default = parent.frame() |
quoted |
whether the expression is quoted - default = FALSE |
Render function that enables the use of the widget in applications
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.