debug_qbms: Debug Internal QBMS Status Object

View source: R/brapi.R

debug_qbmsR Documentation

Debug Internal QBMS Status Object

Description

Retrieves the internal QBMS status object for debugging purposes. This object contains the current configuration and state of the QBMS session, including connection settings and active tokens.

Usage

debug_qbms()

Value

An environment object that holds the current QBMS configuration and state.

Author(s)

Khaled Al-Shamaa, k.el-shamaa@cgiar.org

Examples

if (interactive()) {
  obj <- debug_qbms()
  obj$config
  obj$state
}


icarda-git/QBMS documentation built on Sept. 25, 2024, 10:45 p.m.