Get the DataSHIELD options

dsadmin.get_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.get_options(o)
opal.logout(o)
}