List that Opal supports asynchronicity on all DataSHIELD operations.

# S4 method for OpalConnection
dsIsAsync(conn)

Arguments

conn

OpalConnection-class class object

Value

The named list of logicals detailing the asynchronicity support.

Examples

if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsIsAsync(con)
dsDisconnect(con)
}