dsadmin.profile_create {opalr} | R Documentation |
Create a DataSHIELD profile
Description
The created DataSHIELD profile will not be enabled and no access restrictions is applied.
Usage
dsadmin.profile_create(opal, name, cluster = "default", rParser = NULL)
Arguments
opal |
Opal object. |
name |
Name of the profile. |
cluster |
Name of the R servers cluster to which the profile will be attached to. Default value is 'default'. |
rParser |
Version of the DataSHIELD R parser that applies to this profile. If not specified, the system's default one will be used. A valid version would be one of 'v1' or 'v2'. |
See Also
Other DataSHIELD profiles:
dsadmin.profile_access()
,
dsadmin.profile_delete()
,
dsadmin.profile_enable()
,
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')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]