dsHasTable,DSLiteConnection-method {DSLite} | R Documentation |
Verify DSLite server dataset
Description
Verify dataset exists and can be accessible for performing DataSHIELD operations.
Usage
## S4 method for signature 'DSLiteConnection'
dsHasTable(conn, table)
Arguments
conn |
|
table |
The fully qualified name of the dataset. |
Value
TRUE if dataset exists.
[Package DSLite version 1.4.0 Index]