Restore a R workspace from a opal.

opal.workspace_restore(opal, ws)

Arguments

opal

Opal object.

ws

The workspace name

See also

Other workspace functions: opal.workspace_rm(), opal.workspace_save(), opal.workspaces()

Examples

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