Shiny server output function customized for animint plots
(similar to shiny::plotOutput
and friends).
renderAnimint(expr, env = parent.frame(), quoted = FALSE)
An expression that creates a list of ggplot objects.
The environment in which to evaluate expr
.
Is expr a quoted expression (with quote()
)?
This is useful if you want to save an expression in a variable.
http://shiny.rstudio.com/articles/building-outputs.html