-
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.
![Screenshot 2020-04-13 at 4 49 25 PM](https://user-images.githubusercontent.com/49519053/79130307-0c718c80-7da7-11ea-8bad-a0dfb92472ce.png)
- 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