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