dsIsAsync,OpalConnection-method | R Documentation |
List that Opal supports asynchronicity on all DataSHIELD operations.
## S4 method for signature 'OpalConnection' dsIsAsync(conn)
conn |
|
The named list of logicals detailing the asynchronicity support.
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsIsAsync(con) dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.