getDataStoreNamespaces: Title getDataStoreNamespaces returns a list of all namespaces...

View source: R/getDataStore.R

getDataStoreNamespacesR Documentation

Title getDataStoreNamespaces returns a list of all namespaces present in the datastore

Description

Title getDataStoreNamespaces returns a list of all namespaces present in the datastore

Usage

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

Arguments

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 of the namespaces in the dataStore.


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