• With in Server side code, you are writing R code
  • Reactive programming
  • Shiny is an R package
  • Apps in single file – No need to create ui and server files
  • Shiny uses bootstrap
  • Shinydashboard – you can install_github /dashboard
  • Instead of basic page, you use dashboard page
  • Bootstrap grid – each row has 12 columns
  • Leaflet package – interface to leaflet.js

Sat through 45 min of webinar on ShinyDashboard…Looks very interesting!!