Learn R Programming

DSOpal (version 1.4.0)

dsListResources,OpalConnection-method: List Opal resources

Description

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

Usage

# S4 method for OpalConnection
dsListResources(conn)

Value

The fully qualified names of the resources.

Arguments

conn

OpalConnection-class class object

Examples

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

Run the code above in your browser using DataLab