list_crops | R Documentation |
Get the list of supported crops
list_crops()
a list of supported crops
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
login_bms
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()
# list supported crops in the bms server
list_crops()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.