FM_reset_app | R Documentation |
Removes formods data from the app.
FM_reset_app(session)
session |
Shiny session variable. |
session variable with app data removed.
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.