SkillAgentSearch skills...

GoogleVis

Interface between R and the Google Chart Tools

Install / Use

/learn @mages/GoogleVis
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

googleVis

<!-- badges: start -->

R-CMD-check

<!-- badges: end -->

CRAN_Status_Badge downloads

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 data remains local and is not uploaded to Google.

Check out the examples from the googleVis demo.

Please read Google's Terms of Use before you start using the package.

Installation

You can install the stable version from CRAN:

install.packages('googleVis')

Usage

library(googleVis)
?googleVis
demo(googleVis)

See the googleVis package vignette for more details. For a brief introduction read the five page R Journal article.

License

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

<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en"><img alt="Creative Commons Licence" class="c1" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br /> <span>googleVis documentation</span> by <a href="https://github.com/mages/googleVis" rel="cc:attributionURL">Markus Gesmann & Diego de Castillo</a> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-ShareAlike 4.0 International License</a>

View on GitHub
GitHub Stars360
CategoryDevelopment
Updated1mo ago
Forks151

Languages

R

Security Score

80/100

Audited on Feb 8, 2026

No findings