renderAmCharts {rAmCharts} | R Documentation |
Widget output function to use in Shiny.
renderAmCharts(expr, env = parent.frame(), quoted = FALSE)
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. |