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

dsListPackages(conn)

Arguments

conn

An object that inherits from DSConnection-class.

Value

A data.frame with columns: name, version.

Examples

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