Skip to content

Google Charts bindings for the Shiny web framework for R

Notifications You must be signed in to change notification settings

turningA/googleCharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Google Charts bindings for the Shiny web framework for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 77.1%
  • JavaScript 22.9%