getDataStoreNamespaceKeys | R Documentation |
Title getDataStoreNamespaceKeys returns all keys for a given name space
getDataStoreNamespaceKeys(
namespace,
d2_session = dynGet("d2_default_session", inherits = TRUE),
retry = 3,
timeout = 60
)
namespace |
The name of the namespace as a string |
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 contained in the namespace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.