gigwa_list_dbs {QBMS} | R Documentation |
List GIGWA Databases
Description
Get the list of existing databases in the current GIGWA server.
Usage
gigwa_list_dbs()
Value
A list of existing databases.
Author(s)
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
See Also
Examples
if (interactive()) {
# Configure your GIGWA connection
set_qbms_config("https://gigwa.southgreen.fr/gigwa/",
time_out = 300, engine = "gigwa", no_auth = TRUE)
# List existing databases in the GIGWA server
gigwa_list_dbs()
}
[Package QBMS version 1.0.0 Index]