List Opal tables that may be accessible for performing DataSHIELD operations.
# S4 method for OpalConnection
dsListTables(conn)
OpalConnection-class
class object
The fully qualified names of the tables.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListTables(con)
dsDisconnect(con)
}