dsListProfiles,DSLiteConnection-method {DSLite}R Documentation

List profiles

Description

List profiles defined in the DataSHIELD configuration.

Usage

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

Arguments

conn

DSLiteConnection-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).


[Package DSLite version 1.4.0 Index]