renderAnimint | R Documentation |
Shiny server output function customized for animint plots
(similar to shiny::plotOutput
and friends).
renderAnimint(expr, env = parent.frame(), quoted = FALSE)
expr |
An expression that creates a list of ggplot objects. |
env |
The environment in which to evaluate |
quoted |
Is expr a quoted expression (with |
http://shiny.rstudio.com/articles/building-outputs.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.