Set a DataSHIELD option (add or update).

dsadmin.set_option(opal, name, value, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

name

Name of the option

value

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