The created DataSHIELD profile will not be enabled and no access restrictions is applied.
dsadmin.profile_create(opal, name, cluster = "default", rParser = NULL)Opal object.
Name of the profile.
Name of the R servers cluster to which the profile will be attached to. Default value is 'default'.
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'.
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()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.profile_create(o, name = 'survival', cluster = 'demo')
opal.logout(o)
}