renderChart
in server.R
to assign the chart
object to an Shiny output. Then create an chartOutput
with the same name in ui.R
. chartOutput
is
currently just an alias for htmlOutput
.
renderChart(expr, env = parent.frame(), quoted = FALSE)
expr
.quote()
)? This is useful if you want to save an
expression in a variable.