DW_fetch_ds {formods}R Documentation

Fetch Module Datasets

Description

Fetches the datasets contained in the module.

Usage

DW_fetch_ds(state)

Arguments

state

UD state from UD_fetch_state()

Value

Character object vector with the lines of code

list containing the following elements

Examples

# We need a state variable
sess_res = DW_test_mksession(session=list())
state = sess_res$state

ds = DW_fetch_ds(state)

[Package formods version 0.1.6 Index]