opal.workspace_rm {opalr} | R Documentation |
Remove a R workspace from a opal.
Description
Remove a R workspace from a opal.
Usage
opal.workspace_rm(opal, ws, user = NULL)
Arguments
opal |
Opal object. |
ws |
The workspace name |
user |
The user name associated to the worskpace. If not provided, the current user is applied. |
See Also
Other workspace functions:
opal.workspace_restore()
,
opal.workspace_save()
,
opal.workspaces()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspace_rm(o, 'test')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]