5a. Shiny tours - NERW

Shiny features

  • Dashboard layout

  • Radio buttons

  • Text input

  • Date input

  • Action buttons (enable/disable)

  • Tabs

  • RHandsontable

  • Leaflet Map

  • Download PDF

The code structure

App.R: dashboard

  • global_libraries.R

  • app.R files individual app run file

    • ui.R files: user interface

    • server.R files: nuts and bolts

      • Rmd files: rmarkdown file rendered from the server file
  • GitHub