Skip to content

What is Shiny

faizan8201 edited this page Apr 13, 2020 · 1 revision

Welcome to Shiny:

  • 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.

For Example:

Screenshot 2020-04-13 at 4 49 25 PM

Download and Install Shiny:

  • 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)
Clone this wiki locally