Learn R Programming

Google Charts bindings for Shiny

See Google Charts and Shiny.

Although Google Charts bindings for Shiny already exist in the googleVis package, these bindings are higher performance and more reliable for Shiny usage. However, unlike the googleVis package, this package cannot generate static HTML pages--it is only for use with live Shiny applications.

Installation

Enter these commands into your R console or RStudio console:

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("jcheng5/googleCharts")

Disclaimer

This code is brand new. The API may evolve, and even the package name may change. And docs are very sparse at the moment.

License

GNU General Public License, version 3

Copyright 2013 RStudio, Inc.

Copy Link

Version

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

February 15th, 2017

Functions in googleCharts (0.1.0)

googleAnnotatedTimeLine

Create a Google Chart
googleChartsInit

Initialize Google Charts
googleSetSelection

Set selection on active Google Chart