Skip to content
Interface between R and the Google Chart Tools
Branch: master
Clone or download
Pull request Compare This branch is 51 commits ahead, 557 commits behind mages:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R
data
demo
inst
man
vignettes
DESCRIPTION
NAMESPACE
NEWS
README.md
THANKS
googleVis.Rproj

README.md

googleVis

The googleVis package provides an interface between R and the Google Chart Tools API.

It allows users to create web pages with interactive charts based on R data frames, using the Google Chart Tools and to display them either via the local R HTTP help server or within their own sites, without uploading the data to Google. A modern browser with Internet connection is required and for some charts Flash.

Please visit the project web site for more information and examples and read the Google API Terms of Use before you use the package.

Installation

You can install the stable version from CRAN:

install.packages('googleVis', dependencies = TRUE)

To install the current development version from github you need the devtools package and the other packages on which googleVis depends:

install.packages(c("devtools","RJSONIO", "knitr", "shiny", "httpuv"))

To install googleVis run:

library(devtools)
install_github("mages/googleVis")

Usage

library(googleVis)
?googleVis
demo(googleVis)

See the googleVis package vignettes for more details. For a brief introduction read the five page R Journal article and go through our tutorial. More examples have been posted on Markus' blog.

License

This package is free and open source software, licensed under GPL.

Creative Commons Licence
googleVis documentation by Markus Gesmann & Diego de Castillo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://developers.google.com/chart/interactive/docs/gallery.

You can’t perform that action at this time.