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).
See also
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()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.profile(o, name = 'default')
opal.logout(o)
} # }