get_germplasm_list | R Documentation |
Retrieves the list of germplasm (genetic material) used in the currently active study,
which must be set using the set_study
function.
get_germplasm_list()
A data frame containing the germplasm list for the active study.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
, set_program
,
set_trial
, set_study
for related operations on crops and studies.
if (interactive()) {
set_qbms_config("https://bms.icarda.org/ibpworkbench")
login_bms()
set_crop("wheat")
set_program("Wheat International Nurseries")
set_trial("IDYT39")
set_study("IDYT39 Environment Number 9")
germplasm <- get_germplasm_list()
head(germplasm)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.