FM_set_ui_msg | R Documentation |
Any errors that need to be passed back to the user can be set with this function.
FM_set_ui_msg(state, msgs, append = FALSE)
state |
formods State object. |
msgs |
Character vector of messages. |
append |
When |
state with ui message set.
# We need a module state object to use this function:
sess_res = UD_test_mksession()
state = sess_res$state
state = FM_set_ui_msg(state, "Something happend.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.