r-googlevis
R interface to Google Charts
The googleVis
package provides an interface between R and the Google Charts API. Google Charts offer interactive charts which can be embedded into web pages. The functions of the googleVis
package allow the user to visualise data stored in R data frames with Google Charts without uploading the data to Google. The output of a googleVis
function is HTML code that contains the data and references to JavaScript functions hosted by Google. googleVis
makes use of the internal R HTTP server to display the output locally.
- Versions: 0.7.3
- Website: https://mages.github.io/googleVis/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-googlevis
as follows:
guix install r-googlevis
Or install a particular version:
guix install r-googlevis@0.7.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-googlevis about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-googlevis'><img src='https://packages.guix.gnu.org/packages/r-googlevis/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-googlevis)
Example Org:
[[https://packages.guix.gnu.org/packages/r-googlevis][https://packages.guix.gnu.org/packages/r-googlevis/badges/latest-version.svg]]