List Opal resources that may be accessible for performing DataSHIELD operations.
# S4 method for OpalConnection
dsListResources(conn)
OpalConnection-class
class object
The fully qualified names of the resources.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListResources(con)
dsDisconnect(con)
}