The created DataSHIELD profile will not be enabled and no access restrictions is applied.
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(),
dsadmin.profile_access(),
dsadmin.profile_delete(),
dsadmin.profile_enable(),
dsadmin.profile_exists(),
dsadmin.profile_init(),
dsadmin.profile_perm(),
dsadmin.profile_perm_add(),
dsadmin.profile_perm_delete(),
dsadmin.profile_rparser(),
dsadmin.profiles()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.profile_create(o, name = 'survival', cluster = 'demo')
opal.logout(o)
} # }