Get a DataSHIELD method

dsadmin.get_method(opal, name, type = "aggregate", profile = NULL)

Arguments

opal

Opal object or list of opal objects.

name

Name of the method, as it is accessed by DataSHIELD users.

type

Type of the method: "aggregate" (default) or "assign"

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.get_method(o, 'class')
opal.logout(o)
}