Restore a R workspace from a opal.
opal.workspace_restore(opal, ws)Opal object.
The workspace name
Other workspace functions:
opal.workspace_rm(),
opal.workspace_save(),
opal.workspaces()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspace_restore(o, 'test')
opal.logout(o)
}