Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 946 Bytes

QuickHighchartR

The purpose of this R library is to visualize your data on your tip without having any knowledge about javascript library Highchart R. This application will generate R code for your desired visualization.


Installation

install development version from GitHub :

devtools::install_github("visionRs/QuickHighchartR")

The application can be launched via RStudio console, if you don't have data.frame in your environment, datasets in QuickHighchart packges are used.

Below function should be executed to launch this app.

QuickHighchartR()

**Note: This installation may not work for some users. Its still under development.