FM_reset_app {formods} | R Documentation |
Resets the App State
Description
Removes formods data from the app.
Usage
FM_reset_app(session)
Arguments
session |
Shiny session variable. |
Value
session variable with app data removed.
Examples
# 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
[Package formods version 0.2.0 Index]