Rdocumentation
powered by
Learn R Programming
rAmCharts (version 2.0.2)
renderAmCharts: SHINY
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.