Remove a R workspace from a opal.

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

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspace_rm(o, 'test')
opal.logout(o)
}