gigwa_list_dbs: Get the list of existing databases in the current GIGWA...

View source: R/qbms.R

gigwa_list_dbsR Documentation

Get the list of existing databases in the current GIGWA server

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

set_qbms_config

Examples

if(interactive()) {
# config 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()
}

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