googleVis

The googleVis package provides an interface between R and the Google’s charts tools. It allows users to create web pages with interactive charts based on R data frames. Charts are displayed locally via the R HTTP help server. A modern browser with Internet connection is required.

The packages comes with two vignettes:

  1. Examples of all functions and charts
  2. Introduction to the googleVis package

For more information visit: https://mages.github.io/googleVis

Related