dsListProfiles-OpalConnection-method: List profiles

dsListProfiles,OpalConnection-methodR Documentation

List profiles

Description

List profiles defined in the DataSHIELD configuration.

Usage

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

Arguments

conn

OpalConnection-class class object

Value

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

Examples

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

## End(Not run)


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