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()
}
Run the code above in your browser using DataLab