Enable or disable a DataSHIELD profile

dsadmin.profile_enable(opal, name, enabled = TRUE)

Arguments

opal

Opal object.

name

Name of the profile.

enabled

Default value is TRUE.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.profile_create(o, name = 'survival', cluster = 'demo')
dsadmin.profile_enable(o, name = 'survival', enabled = TRUE)
opal.logout(o)
}