DW_hasds {formods}R Documentation

Check DW State For Datasets

Description

Walks through the DW state object to see if there are any datasets available

Usage

DW_hasds(state)

Arguments

state

DW state from DW_fetch_state()

Value

Logical TRUE if there is a dataset or FALSE otherwise.

Examples

sess_res = DW_test_mksession()
state = sess_res[["state"]]
DW_hasds(state)

[Package formods version 0.2.0 Index]