Retrieve the list of available databases from the connected GIGWA server. An active connection is required. If not connected, the function will throw an error.
Author
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
Examples
if (interactive()) {
set_qbms_config("https://gigwa.southgreen.fr/gigwa/",
time_out = 300, engine = "gigwa", no_auth = TRUE)
gigwa_list_dbs()
}