Learn R Programming

DSOpal (version 1.3.1)

dsIsAsync,OpalConnection-method: Opal asynchronous support

Description

List that Opal supports asynchronicity on all DataSHIELD operations.

Usage

# S4 method for OpalConnection
dsIsAsync(conn)

Value

The named list of logicals detailing the asynchronicity support.

Arguments

conn

OpalConnection-class class object

Examples

Run this code
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