Server function for the Model Builder Shiny Module
MB_Server(
id,
id_ASM = "ASM",
FM_yaml_file = system.file(package = "formods", "templates", "formods.yaml"),
MOD_yaml_file = system.file(package = "ruminate", "templates", "MB.yaml"),
deployed = FALSE,
react_state = NULL
)
MB Server object
An ID string that corresponds with the ID used to call the modules UI elements
ID string for the app state managment module used to save and load app states
App configuration file with FM as main section.
Module configuration file with MC as main section.
Boolean variable indicating whether the app is deployed or not.
Variable passed to server to allow reaction outside of module (NULL
)