Remove a R workspace from a opal.
See also
Other workspace functions:
opal.workspace_restore(),
opal.workspace_save(),
opal.workspaces()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspace_rm(o, 'test')
opal.logout(o)
} # }