Populates the supplied session variable with information from list of sources.
MB_preload(
session,
src_list,
yaml_res,
mod_ID = NULL,
react_state = list(),
quickload = FALSE
)
list with the following elements
isgood: Boolean indicating the exit status of the function.
msgs: Messages to be passed back to the user.
session: Session object
input: The value of the shiny input at the end of the session initialization.
state: App state.
react_state: The react_state
components.
Shiny session variable (in app) or a list (outside of app)
List of preload data (all read together with module IDs at the top level)
List data from module yaml config
Module ID of the module being loaded.
Reactive shiny object (in app) or a list (outside of app) used to trigger reactions.
Logical TRUE
to load reduced analysis FALSE
to load the full analysis