opalr (version 1.4.1)

opal.workspace_save: 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).

See Also

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

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.workspace_save(o, 'test')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace