Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 948 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 948 Bytes

ggQuickPlotR

The purpose of this R library is to visualize your data on your tip without having any knowledge about ggplot. This application will generate R ggplot code for your desired visualization. You also have a power to convert your plots to interactive.


Installation

install development version from GitHub :

devtools::install_github("visionRs/ggQuickPlotR")

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

Below function should be executed to launch this app.

Quickplot()

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