Description
Widget output function to use in Shiny.
Usage
renderAmCharts(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr
an expression that generates an HTML widget.
env
the environment in which expr must be evaluated.
quoted
is expr a quoted expression (with quote()).
This is useful if you want to save an expression into variable.