powered by
Sets the connection configuration of the BMS server.
set_qbms_config( url = "http://localhost/ibpworkbench/controller/auth/login", path = NULL, page_size = 1000, time_out = 120, no_auth = FALSE, engine = "bms", brapi_ver = "v1", verbose = TRUE )
No return value.
URL of the BMS login page. Default is "http://localhost/ibpworkbench/".
API path. Default is NULL.
Page size. Default is 1000.
Number of seconds to wait for a response until giving up. Default is 10.
TRUE if the server doesn't require authentication/login. Default is FALSE.
Backend database (bms default, breedbase, gigwa, ebs).
BrAPI version (v1 or v2).
Logical indicating if progress bar will display on the console when retrieving data from API. TRUE by default.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
set_qbms_config("https://bmsdev-brapi.ibp.services/ibpworkbench")
Run the code above in your browser using DataLab