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

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(), opal.profiles()

Examples

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