googleChartsInit: Initialize Google Charts

Description Usage Arguments Examples

View source: R/outputs.R

Description

This must be called in shinyUI to load the appropriate Google Charts JavaScript libraries into the page.

Usage

1
2
3
4
5
googleChartsInit(
  chartTypes = c("ALL", "annotatedtimeline", "area", "bar", "bubble", "calendar",
    "candlestick", "column", "combo", "gauge", "geo", "geomap", "line", "map", "motion",
    "org", "pie", "sankey", "scatter", "steppedarea", "table", "timeline", "treemap")
)

Arguments

chartTypes

Character vector that specifies the types of charts that will be used on this page.

Examples

1
2
TODO
  

jcheng5/googleCharts documentation built on Nov. 29, 2020, 5:20 p.m.