FM_proc_include | R Documentation |
Any errors that need to be passed back to the user can be set with this function.
FM_proc_include(state, session)
state |
formods State object. |
session |
Shiny session variable. |
No return value, sets message in supplied session variable.
# We need a module state object to use this function:
sess_res = UD_test_mksession()
state = sess_res$state
session = sess_res$session
FM_proc_include(state, session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.