| CTS_test_mksession | R Documentation |
Populates the supplied session variable for testing.
CTS_test_mksession(session = list(), full = FALSE)
session |
Shiny session variable (in app) or a list (outside of app) |
full |
Boolean indicating if the full test session should be created
( |
The CTS portion of the all_sess_res returned from FM_app_preload
FM_app_preload
session = shiny::MockShinySession$new()
sess_res = CTS_test_mksession(session=session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.