opal.workspace_restore: Restore a R workspace from a opal.

View source: R/opal.workspace.R

opal.workspace_restoreR 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)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.