Remove a DataSHIELD option

dsadmin.rm_option(opal, name, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

name

Name of the option

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