list_crops {QBMS} | R Documentation |
Get the List of Supported Crops
Description
Retrieves the list of supported crops.
Usage
list_crops()
Value
A list of supported crops.
Author(s)
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
See Also
Examples
if(interactive()) {
# Configure your BMS connection
set_qbms_config("https://bms.icarda.org/ibpworkbench")
# Login using your BMS account (interactive mode)
# You can pass the BMS username and password as parameters (batch mode)
login_bms()
# List supported crops in the BMS server
list_crops()
}
[Package QBMS version 1.0.0 Index]