Get the internal working environment state during mirtCAT session
This function is used to access the internal state of the mirtCAT GUI session. It is only useful when designing a customized GUI using the shinyGUI$ui
input to mirtCAT
.
get_mirtCAT_env(sessionName)
sessionName
: the name of the session defined in mirtCAT
a list containing the internal environmental components for mirtCAT
Useful links