Get the R workspaces from a opal.

opal.workspaces(opal)

Arguments

opal

Opal object.

See also

Examples

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