You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server() function is currently quite bloated. It should be split into modules for better readability and quality control. This will also facilitate the ability to provide separate apps for specialised tasks while keeping the functionality within the pioneeR app. The following functions should be split into modules:
File upload
Data selection (old conditional UI file)
DEA
Bootstrap
Malmquist
All modules should be kept in a mod_*.R file with a *_ui() and *_server() function. All server modules should return a reactive object that can be passed to other modules if needed.
The text was updated successfully, but these errors were encountered:
The
server()
function is currently quite bloated. It should be split into modules for better readability and quality control. This will also facilitate the ability to provide separate apps for specialised tasks while keeping the functionality within the pioneeR app. The following functions should be split into modules:All modules should be kept in a
mod_*.R
file with a*_ui()
and*_server()
function. All server modules should return a reactive object that can be passed to other modules if needed.The text was updated successfully, but these errors were encountered: