DW_mk_preload: Make List of Current DW State

View source: R/DW_Server.R

DW_mk_preloadR Documentation

Make List of Current DW State

Description

Converts the current DW state into a preload list.

Usage

DW_mk_preload(state)

Arguments

state

DW 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 = DW_test_mksession()
state = sess_res$state
res = DW_mk_preload(state)

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