renderChart: renderChart (use with Shiny)

Description Usage Arguments Author(s)

View source: R/renderChart.R

Description

Use rCharts as Shiny output. First, use 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.

Usage

1
  renderChart(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that returns a chart object

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.

Author(s)

Thomas Reinholdsson, Ramnath Vaidyanathan


ramnathv/testapp1 documentation built on May 26, 2019, 10:55 p.m.