oadmin.users {opalr} | R Documentation |
Get the users
Description
Get the users from the Opal internal users registry.
Usage
oadmin.users(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
See Also
Other user functions:
oadmin.user_add()
,
oadmin.user_delete()
,
oadmin.user_enable()
,
oadmin.user_exists()
,
oadmin.user_profile_delete()
,
oadmin.user_profiles()
,
oadmin.user_reset_password()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.users(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]