Skip to contents

Get the list of DataSHIELD packages with their version, that have been configured on the remote data repository.

Usage

dsListPackages(conn)

Arguments

conn

An object that inherits from DSConnection-class.

Value

A data.frame with columns: name, version.

Examples

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