dsListProfiles,OpalConnection-method | R Documentation |
List profiles defined in the DataSHIELD configuration.
## S4 method for signature 'OpalConnection' dsListProfiles(conn)
conn |
|
A list containing the "available" character vector of profile names and the "current" profile (in case a default one was assigned).
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsListProfiles(con) dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.