dsListTables,DSLiteConnection-method {DSLite} | R Documentation |
List DSLite server datasets
Description
List dataset names living in the DSLite server for performing DataSHIELD operations.
Usage
## S4 method for signature 'DSLiteConnection'
dsListTables(conn)
Arguments
conn |
|
Value
The fully qualified names of the tables.
[Package DSLite version 1.4.0 Index]