Server function for the Clinical Trial Simulator Shiny Module
CTS_Server(
id,
id_ASM = "ASM",
id_MB = "MB",
FM_yaml_file = system.file(package = "formods", "templates", "formods.yaml"),
MOD_yaml_file = system.file(package = "ruminate", "templates", "CTS.yaml"),
deployed = FALSE,
react_state = NULL
)
UD 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
An ID string that corresponds with the ID used to call the MB modules
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
)