opal.workspace_restore {opalr} | R Documentation |
Restore a R workspace from a opal.
Description
Restore a R workspace from a opal.
Usage
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
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspace_restore(o, 'test')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]