FM_set_app_state | R Documentation |
Takes a loaded app state and overwrites the current app state
FM_set_app_state(session, app_state, set_holds = TRUE)
session |
Shiny session variable. |
app_state |
Loaded app state. |
set_holds |
If TRUE (default) the holds will be set for all of the modules present in the app state. |
No return value, just updates the app state in the session variable.
# We need a Shiny session object to use this function:
sess_res = UD_test_mksession()
session = sess_res$session
app_state = FM_fetch_app_state(session)
FM_set_app_state(session, app_state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.