powered by
Remove a R workspace from a opal.
opal.workspace_rm(opal, ws, user = NULL)
Opal object.
The workspace name
The user name associated to the worskpace. If not provided, the current user is applied.
Other workspace functions: opal.workspace_restore(), opal.workspace_save(), opal.workspaces()
opal.workspace_restore()
opal.workspace_save()
opal.workspaces()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.workspace_rm(o, 'test') opal.logout(o) }
Run the code above in your browser using DataLab