list_programs | R Documentation |
This function will retrieve the breeding programs list from the current active crop as configured in the internal configuration object using 'set_crop()' function.
list_programs()
a list of breeding programs names
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
, set_crop
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")
# list existing breeding programs
list_programs()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.