powered by
Note that getting a specific DataSHIELD profile details is not allowed for regular DataSHIELD users when the profile has no restricted access. This function is for profiles editors only (system administrators or DataSHIELD administrators).
dsadmin.profile(opal, name)
Opal object.
Name of the profile.
Other DataSHIELD profiles: dsadmin.profile_access(), dsadmin.profile_create(), 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()
dsadmin.profile_access()
dsadmin.profile_create()
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()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') dsadmin.profile(o, name = 'default') opal.logout(o) }
Run the code above in your browser using DataLab