dsHasResource,OpalConnection-method {DSOpal} | R Documentation |
Verify Opal resource
Description
Verify Opal resource exist and can be accessible for performing DataSHIELD operations.
Usage
## S4 method for signature 'OpalConnection'
dsHasResource(conn, resource)
Arguments
conn |
|
resource |
The fully qualified name of the resource. |
Value
TRUE if the resource exists.
Examples
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsHasResource(con, "test.CNSIM")
dsDisconnect(con)
## End(Not run)
[Package DSOpal version 1.4.0 Index]