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

Examples

sess_res = DW_test_mksession()
state = sess_res$state
res = DW_mk_preload(state)

[Package formods version 0.2.1 Index]