List profiles defined in the DataSHIELD configuration.
Arguments
- conn
OpalConnection-classclass object
Value
A list containing the "available" character vector of profile names and the "current" profile (in case a default one was assigned).
Examples
if (FALSE) { # \dontrun{
con <- dbConnect(DSOpal::Opal(), "server1",
"administrator", "password", "https://opal-demo.obiba.org")
dsListProfiles(con)
dsDisconnect(con)
} # }