opal.workspace_save: Save the current session in a opal R workspace.

View source: R/opal.workspace.R

opal.workspace_saveR Documentation

Save the current session in a opal R workspace.

Description

Save the current session in a opal R workspace.

Usage

opal.workspace_save(opal, save = TRUE)

Arguments

opal

Opal object.

save

Save the workspace with given identifier (default is TRUE, current session ID if TRUE).

Value

The workspace ID (invisible)

See Also

Other workspace functions: opal.workspace_restore(), opal.workspace_rm(), opal.workspaces()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
# provide a workspace ID
opal.workspace_save(o, 'test')
# or use default one
id <- opal.workspace_save(o)
opal.logout(o)

## End(Not run)

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