opalr (version 1.4.1)

opal.logout: Logout from Opal(s)

Description

Clear the R sessions and logout from Opal(s).

Usage

opal.logout(opal, save = FALSE)

Arguments

opal

Opal object or a list of opals.

save

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

See Also

Other connection functions: opal.login()

Examples

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

Run the code above in your browser using DataLab