
Last chance! 50% off unlimited learning
Sale ends in
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_save()
,
opal.workspaces()
# NOT RUN {
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