MB_fetch_mdl {ruminate}R Documentation

Fetch Model Builder Module Models

Description

Fetches the models contained in the module.

Usage

MB_fetch_mdl(state)

Arguments

state

MB state from MB_fetch_state()

Value

list containing the following elements

Examples

# We need a module state:
sess_res = MB_test_mksession()
state = sess_res$state

mdls = MB_fetch_mdl(state)

names(mdls)

[Package ruminate version 0.3.1 Index]