getDataStoreNamespaceKeys: Title getDataStoreNamespaceKeys returns all keys for a given...

View source: R/getDataStore.R

getDataStoreNamespaceKeysR Documentation

Title getDataStoreNamespaceKeys returns all keys for a given name space

Description

Title getDataStoreNamespaceKeys returns all keys for a given name space

Usage

getDataStoreNamespaceKeys(
  namespace,
  d2_session = dynGet("d2_default_session", inherits = TRUE),
  retry = 3,
  timeout = 60
)

Arguments

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

Value

A character vector of strings contained in the namespace.


pepfar-datim/datimutils documentation built on Nov. 20, 2023, 7:58 a.m.