dsHasResource,OpalConnection-method | R Documentation |
Verify Opal resource exist and can be accessible for performing DataSHIELD operations.
## S4 method for signature 'OpalConnection' dsHasResource(conn, resource)
conn |
|
resource |
The fully qualified name of the resource. |
TRUE if the resource exists.
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsHasResource(con, "test.CNSIM") dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.