Get the list of DataSHIELD workspaces, that have been saved on the remote data repository.

dsListWorkspaces(conn)

Arguments

conn

An object that inherits from DSConnection-class.

Value

A data.frame with columns: name, lastAccessDate, size.

Examples

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