Get the R workspaces from a opal.
See also
Other workspace functions:
opal.workspace_restore(),
opal.workspace_rm(),
opal.workspace_save()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.workspaces(o)
opal.logout(o)
} # }