get_program_studies | R Documentation |
Retrieves comprehensive information about the trials, studies, and environments/locations
within the current active breeding program, as configured in the internal state object using
the set_program
function. This includes test and check entry counts for each study.
get_program_studies()
A data frame containing detailed information for each study within the program's trials, including trial names, study names, location information, and entry counts.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
, set_program
if (interactive()) {
set_qbms_config("https://bms.icarda.org/ibpworkbench")
login_bms()
set_crop("wheat")
set_program("Wheat International Nurseries")
program_studies <- get_program_studies()
head(program_studies)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.