renderAnimint: Create an animint output element

Description Usage Arguments See Also

View source: R/knitr.R

Description

Shiny server output function customized for animint plots (similar to shiny::plotOutput and friends).

Usage

1
renderAnimint(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that creates a list of ggplot objects.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

See Also

http://shiny.rstudio.com/articles/building-outputs.html


tdhock/animint documentation built on July 27, 2019, 5:57 a.m.