opalr (version 1.4.1)

opal.workspace_rm: 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_save(), opal.workspaces()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.workspace_rm(o, 'test')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace