| dsListTables {DSI} | R Documentation |
List remote tables
Description
List remote tables from the data repository. Returns the unquoted names of remote tables accessible through this connection.
Usage
dsListTables(conn)
Arguments
conn |
An object that inherits from |
Value
A character vector of table names.
See Also
Other DSConnection generics:
DSConnection-class,
dsAggregate(),
dsAssignExpr(),
dsAssignResource(),
dsAssignTable(),
dsDisconnect(),
dsGetInfo(),
dsHasResource(),
dsHasTable(),
dsIsAsync(),
dsKeepAlive(),
dsListMethods(),
dsListPackages(),
dsListProfiles(),
dsListResources(),
dsListSymbols(),
dsListWorkspaces(),
dsRestoreWorkspace(),
dsRmSymbol(),
dsRmWorkspace(),
dsSaveWorkspace()
Examples
## Not run:
con <- dsConnect(DSOpal::Opal(), "server1",
username = "dsuser", password = "password", url = "https://opal-demo.obiba.org")
dsListTables(con)
dsDisconnect(con)
## End(Not run)
[Package DSI version 1.6.0 Index]