List remote resources from the data repository. Returns the unquoted names of remote resources accessible through this connection.

dsListResources(conn)

Arguments

conn

An object that inherits from DSConnection-class.

Examples

if (FALSE) {
con <- dsConnect(DSOpal::Opal(), "server1",
  username = "dsuser", password = "password", url = "https://opal-demo.obiba.org")
dsListResources(con)
dsDisconnect(con)
}