Learn R Programming

ruminate (version 0.3.1)

NCA_test_mksession: Populate Session Data for Module Testing

Description

Populates the supplied session variable for testing.

Usage

NCA_test_mksession(session = list(), full = FALSE)

Value

The NCA portion of the all_sess_res returned from FM_app_preload

Arguments

session

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

full

Boolean indicating if the full test session should be created

See Also

FM_app_preload

Examples

Run this code
session = shiny::MockShinySession$new()
sess_res = NCA_test_mksession(session=session)

Run the code above in your browser using DataLab