list_crops: Get the list of supported crops

View source: R/qbms.R

list_cropsR Documentation

Get the list of supported crops

Description

Get 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

login_bms

Examples

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()
}

khaled-alshamaa/QBMS documentation built on Jan. 27, 2024, 6:40 a.m.