9. Simplified App

Features to look out for

  • Dashboard layout

  • Radio buttons

  • Text input

  • Action buttons (enable/disable)

  • Tabs

  • RHandsontable

  • Leaflet Map

  • Download PDF

Run the app

shiny::runGitHub(“READ-PSB-LWT-Shiny_SMM22”, username = “NEFSC”, ref = “master”)

The code structure

App.R: dashboard

  • global_libraries.R

  • example_app.R: individual app run file

    • example_ui.R: user interface

    • example_server.R: nuts and bolts

      • example_report.Rmd: rmarkdown file rendered from the server file

The code

https://github.com/NEFSC/READ-PSB-LWT-Shiny_SMM22