Remove a DataSHIELD package permanently.

dsadmin.remove_package(opal, pkg, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

pkg

Package name.

profile

The DataSHIELD profile name to which operation applies. See also dsadmin.profiles.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.remove_package(o, 'dsBase')
opal.logout(o)
}