debug_qbms | R Documentation |
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.
debug_qbms()
An environment object that holds the current QBMS configuration and state.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
if (interactive()) {
obj <- debug_qbms()
obj$config
obj$state
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.