opal.workspaces {opalr} | R Documentation |
Get the R workspaces from a opal.
Description
Get the R workspaces from a opal.
Usage
opal.workspaces(opal)
Arguments
opal |
Opal object. |
See Also
Other workspace functions:
opal.workspace_restore()
,
opal.workspace_rm()
,
opal.workspace_save()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspaces(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]