getDataStoreNamespaces | R Documentation |
Title getDataStoreNamespaces returns a list of all namespaces present in the datastore
getDataStoreNamespaces(
d2_session = dynGet("d2_default_session", inherits = TRUE),
retry = 3,
timeout = 60
)
d2_session |
the d2Session object, default is "d2_default_session", it will be made upon login in to DATIM with loginToDATIM |
retry |
Number of times to retry the request |
timeout |
Timeout in number of seconds |
A character vector of strings of the namespaces in the dataStore.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.