Description
Data Insights Through Inbuilt R Shiny App.
Description
It builds dynamic R shiny based dashboards to analyze any CSV files. It provides simple dashboard design to subset the data, perform exploratory data analysis and preliminary machine learning (supervised and unsupervised). It also provides filters based on columns of interest.
README.md
shinyr: Data Insights Through Inbuilt R Shiny App
- Do you want to get insights of your data without much efforts?
- Do you want to build a shiny dashboard for your own data?
- Do you want to perform analysis on your data by subseting it dynamically?
- Do you want to perform initial analysis on your data with just few clicks?
- All these are possible with shinyr without doing much programming! you just have to run one single command and upload your data.
install.packages("shinyr")
library(shinyr)
shinyr::shineMe()