Closed sdgamboa closed 1 day ago
By setting a variable with reactiveVal, the databases would only be loaded when the analysis requires it and only the first time.
This ensures the app will load faster, and bugphyzz would only be imported if the user requires to use that database.
Solved with 4996ddb
By setting a variable with reactiveVal, the databases would only be loaded when the analysis requires it and only the first time.
This ensures the app will load faster, and bugphyzz would only be imported if the user requires to use that database.