-
Notifications
You must be signed in to change notification settings - Fork 12
What is Shiny
faizan8201 edited this page Apr 13, 2020
·
1 revision
- Shiny is an R-package that makes it easy to build interactive web applications (apps) straight from R.
- Its Basic use is to present the analysis(performed in R-studio) with graphical representation.
- Installing shiny is as simple as installing other R-packages
---> Run these command and you are ready to go with SHINY:
install.packages('shinydashboard')
library(shiny)
library(shinydashboard)
Programming Language R
- WHAT IS R?
WHY R? - Install R & RStudio
- Data Types & Their Modes
- Reading and Writing Data
- Data Wrangling with tidyr
User-Interface
Group Comparison of Variables within 2 Groups
Comparison of Multiple Groups
Group Comparison of Multivariate Data
Unsupervised Learning
Supervised Learning