dsIsAsync,OpalConnection-method {DSOpal}R Documentation

Opal asynchronous support

Description

List that Opal supports asynchronicity on all DataSHIELD operations.

Usage

## S4 method for signature 'OpalConnection'
dsIsAsync(conn)

Arguments

conn

OpalConnection-class class object

Value

The named list of logicals detailing the asynchronicity support.

Examples

## Not run: 
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsIsAsync(con)
dsDisconnect(con)

## End(Not run)


[Package DSOpal version 1.4.0 Index]