r-googlevis¶
R interface to Google Charts API, allowing users to create interactive charts based on data frames. Charts are displayed locally via the R HTTP help server. A modern browser with Internet connection is required and for some charts a Flash player. The data remains local and is not uploaded to Google.
Home | https://github.com/mages/googleVis#googlevis |
Versions | 0.5.10 |
License | GPL (>= 2) |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-googlevis |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-googlevis
and update with:
conda update r-googlevis