bcgov / CCISS_ShinyApp

CCISS RMD knitr report graphics and Shiny App
Apache License 2.0
16 stars 3 forks source link

Demo of a Shiny app for this project #5

Closed aammd closed 3 years ago

aammd commented 3 years ago

Hello! this is a PR to accompany my proposal regarding this project. I wanted to demonstrate how I use modules and functions to separate the task of programming a large, testable, and scalable Shiny app.

Please note that, for demo purposes, I create all the data at the start of the Shiny app (via a helper function, setup_data_function ) but this would be optimized and carried out within the server in the production version.