dsadmin.profiles {opalr} | R Documentation |
Get DataSHIELD profiles
Description
Get DataSHIELD profiles
Usage
dsadmin.profiles(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
Value
The DataSHIELD profiles as a data.frame or a list
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_add()
,
dsadmin.profile_perm_delete()
,
dsadmin.profile_perm()
,
dsadmin.profile_rparser()
,
dsadmin.profile()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.package_descriptions(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]