| opal.tokens | R Documentation |
Get the list of personal access tokens. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.
opal.tokens(opal, df = TRUE)
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
Other token functions:
opal.token(),
opal.token_datashield_create(),
opal.token_delete(),
opal.token_r_create(),
opal.token_renew(),
opal.token_sql_create()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tokens(o)
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.