Create a personal access token for Datashield usage
Source:R/opal.token.R
opal.token_datashield_create.RdCreate a personal access token for Datashield usage. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.
See also
Other token functions:
opal.token(),
opal.token_delete(),
opal.token_r_create(),
opal.token_renew(),
opal.token_sql_create(),
opal.tokens()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
token <- opal.token_datashield_create(o, 'ds-1')
opal.logout(o)
} # }