dsListResources-OpalConnection-method: List Opal resources

dsListResources,OpalConnection-methodR Documentation

List Opal resources

Description

List Opal resources that may be accessible for performing DataSHIELD operations.

Usage

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

Arguments

conn

OpalConnection-class class object

Value

The fully qualified names of the resources.

Examples

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

## End(Not run)


datashield/DSOpal documentation built on Oct. 11, 2022, 2:49 a.m.