UD_mk_preload {formods} | R Documentation |
Make List of Current ASM State
Description
Converts the current ASM state into a preload list.
Usage
UD_mk_preload(state)
Arguments
state |
UD 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 = UD_test_mksession()
state = sess_res$state
res = UD_mk_preload(state)
[Package formods version 0.2.0 Index]