ASM_mk_preload: Make List of Current ASM State

View source: R/ASM_Server.R

ASM_mk_preloadR Documentation

Make List of Current ASM State

Description

Converts the current ASM state into a preload list.

Usage

ASM_mk_preload(state)

Arguments

state

ASM 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 = ASM_test_mksession()
state = sess_res$state
res = ASM_mk_preload(state)

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