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: 3 months ago
JSON representation
Interface between R and the Google Chart Tools
- Host: GitHub
- URL: https://github.com/mages/googleVis
- Owner: mages
- Created: 2014-02-09T09:18:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T07:55:59.000Z (6 months ago)
- Last Synced: 2024-05-16T15:43:47.216Z (6 months ago)
- Language: R
- Homepage: https://mages.github.io/googleVis/
- Size: 14.7 MB
- Stars: 359
- Watchers: 41
- Forks: 156
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shiny-extensions - googleVis - R interface to Google Charts. (Visualization / General-Purpose)
- awesome-r-dataviz - googleVis - Interface between R and the Google Chart Tools. (Interactive plots / Miscellaneous)
- jimsghstars - mages/googleVis - Interface between R and the Google Chart Tools (R)
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.
googleVis documentation by Markus Gesmann & Diego de Castillo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License