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.
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.