Rdocumentation
powered by
Learn R Programming
rAmCharts (version 1.1.3)
renderAmCharts: SHINY
Description
Widget output function for use in Shiny
Usage
renderAmCharts(expr, env, quoted)
Arguments
expr
an expression that generates an HTML widget.
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.