Skip to contents

List Opal tables that may be accessible for performing DataSHIELD operations.

Usage

# S4 method for class 'OpalConnection'
dsListTables(conn)

Arguments

conn

OpalConnection-class class object

Value

The fully qualified names of the tables.

Examples

if (FALSE) { # \dontrun{
con <- dbConnect(DSOpal::Opal(), "server1",
  "administrator", "password", "https://opal-demo.obiba.org")
dsListTables(con)
dsDisconnect(con)
} # }