ASM_test_mksession: Populate Session Data for Module Testing

View source: R/ASM_Server.R

ASM_test_mksessionR Documentation

Populate Session Data for Module Testing

Description

Populates the supplied session variable for testing.

Usage

ASM_test_mksession(session = list())

Arguments

session

Shiny session variable (in app) or a list (outside of app)

Value

The ASM portion of the 'all_sess_res' returned from FM_app_preload

See Also

FM_app_preload

Examples

session = shiny::MockShinySession$new()
sess_res = ASM_test_mksession(session=session)

formods documentation built on April 12, 2025, 1:57 a.m.