dsListTables,OpalConnection-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.