Get DataSHIELD profiles
dsadmin.profiles(opal, df = TRUE)Opal object.
Return a data.frame (default is TRUE)
The DataSHIELD profiles as a data.frame or a list
Other DataSHIELD profiles:
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_perm(),
dsadmin.profile_rparser(),
dsadmin.profile()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.package_descriptions(o)
opal.logout(o)
}