DW_hasds | R Documentation |
Walks through the DW state object to see if there are any datasets available
DW_hasds(state)
state |
DW state from |
Logical TRUE if there is a dataset or FALSE otherwise.
sess_res = DW_test_mksession()
state = sess_res[["state"]]
DW_hasds(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.