Learn R Programming

formods (version 0.2.1)

DW_hasds: Check DW State For Datasets

Description

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

Usage

DW_hasds(state)

Value

Logical TRUE if there is a dataset or FALSE otherwise.

Arguments

state

DW state from DW_fetch_state()

Examples

Run this code
sess_res = DW_test_mksession()
state = sess_res[["state"]]
DW_hasds(state)

Run the code above in your browser using DataLab