renderAnimint: Create an animint output element

View source: R/z_knitr.R

renderAnimintR Documentation

Create an animint output element

Description

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

Usage

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/animint2 documentation built on April 14, 2024, 4:22 p.m.