Basics of Shiny

  • a highly simple version of shiny
  • ui contains all the logic for the interface
  • server contains all the R code for implementing the meat of the app
  • advantage of Shiny is it can be interactive, updating plots, tables, etc.
  • Deploy live version on shinyapps.io, Posit Cloud, Shiny Server, spin up your own server