NCA_fetch_ds {ruminate}R Documentation

Fetch Module Datasets

Description

Fetches the datasets contained in the module

Usage

NCA_fetch_ds(state)

Arguments

state

NCA state from NCA_fetch_state()

Value

list containing the following elements

Examples

# We need a state object to use below
sess_res = NCA_test_mksession(session=list(), full_session=FALSE)
state = sess_res$state

myDs = NCA_fetch_ds(state)

[Package ruminate version 0.2.4 Index]