powered by
Removes formods data from the app.
FM_reset_app(session)
session variable with app data removed.
Shiny session variable.
# We need a Shiny session object to use this function: sess_res = UD_test_mksession() session = sess_res$session app_state = FM_reset_app(session) app_state
Run the code above in your browser using DataLab