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