FM_pause_screen | R Documentation |
Start a modal screen pause.
FM_pause_screen(state, session, message)
state |
Current module state after yaml file has been read. |
session |
Shiny session variable. |
message |
Optional message for the pause. |
Pauses the screen and has no return value.
# We need a module state object and Shiny session objects to use this function:
sess_res = UD_test_mksession()
session = sess_res$session
state = sess_res$state
FM_pause_screen(state, session, "pausing")
FM_resume_screen(state, session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.