get_trial_obs_ontology | R Documentation |
Retrieves the traits ontology or metadata for the current active trial, which includes detailed information about the observation variables used in the trial.
get_trial_obs_ontology()
A data frame containing the traits ontology or metadata, filtered by the observation variables used in the current trial.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
, set_program
, set_trial
,
get_study_data
for retrieving study observations.
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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.