View source: R/datashield.admin.R
| dsadmin.profile_perm | R Documentation |
Get the permissions of a DataSHIELD profile
dsadmin.profile_perm(opal, name)
opal |
Opal connection object. |
name |
Profile name. |
A data.frame with columns: subject, type, permission
Other DataSHIELD profiles:
dsadmin.profile(),
dsadmin.profile_access(),
dsadmin.profile_create(),
dsadmin.profile_delete(),
dsadmin.profile_enable(),
dsadmin.profile_exists(),
dsadmin.profile_init(),
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_perm_add(o, 'default', c('andrei', 'valentina'), 'user', 'use')
dsadmin.profile_perm(o, 'default')
dsadmin.profile_perm_delete(o, 'default', c('andrei', 'valentina'), 'user')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.