Remove DataSHIELD methods.

dsadmin.rm_methods(opal, type = NULL, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

type

Type of the method: "aggregate" or "assign". Default is NULL (=all type of methods).

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.rm_methods(o)
opal.logout(o)
}