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

# S4 method for OpalConnection
dsListTables(conn)

Arguments

conn

OpalConnection-class class object

Value

The fully qualified names of the tables.

Examples

if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsListTables(con)
dsDisconnect(con)
}