get_germplasm_data | R Documentation |
Retrieves all available observations data for the given germplasm in the current active crop. This data is aggregated across all trials in the crop database.
get_germplasm_data(germplasm_name = "")
germplasm_name |
The name of the germplasm. |
A data frame containing all available observations data for the specified germplasm.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
, get_germplasm_attributes
if (interactive()) {
set_qbms_config("https://bms.icarda.org/ibpworkbench")
login_bms()
set_crop("wheat")
germplasm_observations <- get_germplasm_data("Jabal")
head(germplasm_observations)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.