Learn R Programming

QBMS (version 1.5.0)

get_trial_obs_ontology: Get the Traits Ontology/Metadata of the Current Active Trial

Description

Retrieves the traits ontology or metadata for the current active trial, which includes detailed information about the observation variables used in the trial.

Usage

get_trial_obs_ontology()

Arguments

Value

A data frame containing the traits ontology or metadata, filtered by the observation variables used in the current trial.

Author

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

See Also

login_bms, set_crop, set_program, set_trial, get_study_data for retrieving study observations.

Examples

Run this code
if (interactive()) {
  set_qbms_config("https://bms.icarda.org/ibpworkbench")
  login_bms()
  set_crop("wheat")
  set_program("Wheat International Nurseries")
  set_trial("IDYT39")
  ontology <- get_trial_obs_ontology()
}

Run the code above in your browser using DataLab