dsIsAsync,OpalConnection-method {DSOpal} | 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)