MB_mk_preload {ruminate}R Documentation

Make List of Current MB State

Description

Reads in the app state from yaml files.

Usage

MB_mk_preload(state)

Arguments

state

MB state object

Value

list with the following elements

Examples

sess_res = MB_test_mksession()
state = sess_res$state
res = MB_mk_preload(state)

[Package ruminate version 0.3.1 Index]