DW_hasds: Check DW State For Datasets

View source: R/DW_Server.R

DW_hasdsR 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)

formods documentation built on April 12, 2025, 1:57 a.m.