Learn R Programming

googleVis (version 0.5.2)

googleVis-package: Using the Google Chart Tools with R

Description

The googleVis package provides an interface between R and the Google Chart Tools. 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:

http://github.com/mages/googleVis.

You find further notes on Markus' blog: http://lamages.blogspot.co.uk/search/label/googleVis

Arguments

References

  • Google Chart Tools API:https://developers.google.com/chart/
  • Google Terms of Use:https://developers.google.com/terms/
  • Google Maps API Terms of Service:https://developers.google.com/maps/terms

Examples

Run this code
demo(googleVis)
  ## For other demos see
  demo(package='googleVis')

Run the code above in your browser using DataLab