powered by
Save the current session in a opal R workspace.
opal.workspace_save(opal, save = TRUE)
Opal object.
Save the workspace with given identifier (default is TRUE, current session ID if TRUE).
Other workspace functions: opal.workspace_rm(), opal.workspaces()
opal.workspace_rm()
opal.workspaces()
# NOT RUN { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.workspace_save(o, 'test') opal.logout(o) # }
Run the code above in your browser using DataLab