powered by
Create a personal access token for Datashield usage
opal.token_datashield_create(opal, name, projects = NULL)
Opal object.
Name of the token
Vector of project names, to which the token applies. Default is NULL (all projects).
The token value.
Other token functions: opal.token_delete(), opal.token_r_create(), opal.token_sql_create(), opal.tokens(), opal.token()
opal.token_delete()
opal.token_r_create()
opal.token_sql_create()
opal.tokens()
opal.token()
# NOT RUN { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') token <- opal.token_datashield_create(o, 'ds-1') opal.logout(o) # }
Run the code above in your browser using DataLab