FM_fetch_app_state | R Documentation |
Returns the entire state of the App
FM_fetch_app_state(session)
session |
Shiny session variable. |
App state or NULL if it's not defined.
# 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)
app_state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.