opal.tokens {opalr} | R Documentation |
Get the personal access tokens
Description
Get the list of personal access tokens. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.
Usage
opal.tokens(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
See Also
Other token functions:
opal.token_datashield_create()
,
opal.token_delete()
,
opal.token_r_create()
,
opal.token_renew()
,
opal.token_sql_create()
,
opal.token()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tokens(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]