CTS_mk_preload: Make List of Current CTS State

View source: R/CTS_Server.R

CTS_mk_preloadR Documentation

Make List of Current CTS State

Description

Reads in the app state from yaml files.

Usage

CTS_mk_preload(state)

Arguments

state

CTS state object

Value

list with the following elements

  • isgood: Boolean indicating the exit status of the function.

  • msgs: Messages to be passed back to the user.

  • yaml_list: Lists with preload components.

Examples


sess_res = CTS_test_mksession()
state = sess_res$state
res = CTS_mk_preload(state)


ruminate documentation built on Nov. 5, 2025, 5:34 p.m.