Remove DataSHIELD aggregate/assign methods and options as defined by the package from the DataSHIELD configuration.

dsadmin.unpublish_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.

Value

TRUE if successfull

Examples

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