Data Exploration

A simple standalone app built using R Shiny Gadgets

Shiny gadgets are mini version of Shiny Apps. I have enjoyed creating shiny gadgets. Unlike Shiny App which intends to be deployed from server, Gadgets are invoked from R console directly. 

My first gadget is built for basic app for data exploration. Here is a screenshot of the app:



Four tabs at the bottom are:

"Info" lets you upload a csv file. I tested a csv file with 480k records and it was uploaded with no issues.


"Data View" provides a view of the data. Here is a screenshot:


"Histogram/Boxplot" plots for continuous data. Dropdown menu on top left for chart and variable selection.


"Frequency" gives a summary count of variable with percentage, valid and cumulative percentages. 















No comments:

Post a Comment