Skip to contents

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

Usage

dsListWorkspaces(conn)

Arguments

conn

An object that inherits from DSConnection-class.

Value

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

Examples

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