ASM_mk_preload {formods}R 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

Examples

sess_res = ASM_test_mksession()
state = sess_res$state
res = ASM_mk_preload(state)

[Package formods version 0.2.0 Index]