Learn R Programming

DSOpal (version 1.3.1)

dsListProfiles,OpalConnection-method: List profiles

Description

List profiles defined in the DataSHIELD configuration.

Usage

# S4 method for OpalConnection
dsListProfiles(conn)

Value

A list containing the "available" character vector of profile names and the "current" profile (in case a default one was assigned).

Arguments

conn

OpalConnection-class class object

Examples

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

Run the code above in your browser using DataLab