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