get_trial_data | R Documentation |
Retrieves the combined observations data (including all studies) for the current
active trial, as configured in the internal state object using the set_trial
function.
This function iterates over all studies within the active trial and aggregates
their observation data.
get_trial_data()
A data frame containing the combined observations data from all studies in the active trial.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
, set_program
, set_trial
if (interactive()) {
set_qbms_config("https://bms.icarda.org/ibpworkbench")
login_bms()
set_crop("wheat")
set_program("Wheat International Nurseries")
set_trial("IDYT39")
MET <- get_trial_data()
head(MET)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.