powered by
List that Opal supports asynchronicity on all DataSHIELD operations.
# S4 method for OpalConnection dsIsAsync(conn)
The named list of logicals detailing the asynchronicity support.
OpalConnection-class class object
OpalConnection-class
if (FALSE) { con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsIsAsync(con) dsDisconnect(con) }
Run the code above in your browser using DataLab