get_data_store_namespaces() lists the namespaces in a DHIS2 instance's
key/value data store — arbitrary JSON configuration used by DHIS2 apps
(e.g. the Maps app, Tracker Capture). Use get_data_store_keys() and
get_data_store_value() to read a namespace's contents.
Usage
get_data_store_namespaces(
store = c("system", "user"),
auth = NULL,
call = caller_env()
)Value
A character vector of namespaces, or NULL if none exist.
Confirmed live against a public DHIS2 demo instance.
