get_germplasm_attributes | R Documentation |
Get germplasm attributes for a given germplasm in a crop
get_germplasm_attributes(germplasm_name = "")
germplasm_name |
the name of the germplasm |
a data frame of the germplasm attributes
Johan Steven Aparicio, j.aparicio@cgiar.org
login_bms
, set_crop
, get_germplasm_data
if(interactive()) {
# config your BMS connection
set_qbms_config("https://bmsdev-brapi.ibp.services/ibpworkbench")
# login using your BMS account (interactive mode)
# you can pass BMS username and password as parameters (batch mode)
login_bms()
set_crop("maize")
# select a breeding program by name
set_program("MC Maize")
# retrive attributes data of a given germplasm in a crop
germplasm_attributes <- get_germplasm_attributes("BASFCORN-2-1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.