powered by
Fetches the module state from the userdata under the specified id
FM_fetch_mod_state(session, id)
module state or NULL if it's not defined.
Shiny session variable.
ID string for the module.
# We need a Shiny session variable to use this function: sess_res = UD_test_mksession() session = sess_res$session state = FM_fetch_mod_state(session, "UD")
Run the code above in your browser using DataLab