dsadmin.profile_enable {opalr} | R Documentation |
Enable or disable a DataSHIELD profile
Description
Enable or disable a DataSHIELD profile
Usage
dsadmin.profile_enable(opal, name, enabled = TRUE)
Arguments
opal |
Opal object. |
name |
Name of the profile. |
enabled |
Default value is TRUE. |
See Also
Other DataSHIELD profiles:
dsadmin.profile_access()
,
dsadmin.profile_create()
,
dsadmin.profile_delete()
,
dsadmin.profile_exists()
,
dsadmin.profile_init()
,
dsadmin.profile_perm_add()
,
dsadmin.profile_perm_delete()
,
dsadmin.profile_perm()
,
dsadmin.profile_rparser()
,
dsadmin.profiles()
,
dsadmin.profile()
Examples
## Not run:
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)
## End(Not run)
[Package opalr version 3.4.1 Index]