Remove all DataSHIELD options

dsadmin.rm_options(opal, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

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