View source: R/datashield.admin.R
dsadmin.profile_create | R Documentation |
The created DataSHIELD profile will not be enabled and no access restrictions is applied.
dsadmin.profile_create(opal, name, cluster = "default", rParser = NULL)
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'. |
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()
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.