List profiles defined in the DataSHIELD configuration.
# S4 method for OpalConnection
dsListProfiles(conn)
OpalConnection-class
class object
A list containing the "available" character vector of profile names and the "current" profile (in case a default one was assigned).
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListProfiles(con)
dsDisconnect(con)
}