Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mages/googleVis

Interface between R and the Google Chart Tools
https://github.com/mages/googleVis

Last synced: about 2 months ago
JSON representation

Interface between R and the Google Chart Tools

Lists

README

        

# googleVis

[![R-CMD-check](https://github.com/mages/googleVis/workflows/R-CMD-check/badge.svg)](https://github.com/mages/googleVis/actions)

[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/googleVis)](https://cran.r-project.org/package=googleVis) [![downloads](https://cranlogs.r-pkg.org/badges/grand-total/googleVis)](https://cran.r-project.org/package=googleVis)

The googleVis package provides an interface between R and the [Google's charts tools](https://developers.google.com/chart/).
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 data remains local and is not uploaded to
Google.

Check out the [examples](https://mages.github.io/googleVis/articles/googleVis_examples.html) from the googleVis demo.

Please read [Google's Terms of Use](https://developers.google.com/terms/) before you start using the package.

## Installation

You can install the stable version from
[CRAN](https://cran.r-project.org/package=googleVis/):

```s
install.packages('googleVis')
```

## Usage

```s
library(googleVis)
?googleVis
demo(googleVis)
```

See the googleVis package [vignette](https://mages.github.io/googleVis/articles/googleVis_intro.html) for more details. For a brief introduction read the five page [R Journal article](https://journal.r-project.org/archive/2011-2/RJournal_2011-2_Gesmann+de~Castillo.pdf).

## License

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

Creative Commons Licence

googleVis documentation by Markus Gesmann & Diego de Castillo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License