dsListTables,OpalConnection-method {DSOpal} | R Documentation |
List Opal tables that may be accessible for performing DataSHIELD operations.
## S4 method for signature 'OpalConnection'
dsListTables(conn)
conn |
|
The fully qualified names of the tables.
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListTables(con)
dsDisconnect(con)
## End(Not run)