Clear the R sessions and logout from Opal(s).
opal.logout(opal, save = FALSE)
Opal object or a list of opals.
Save the workspace with given identifier (default value is FALSE, current session ID if TRUE).
Other connection functions:
opal.login()
,
opal.profiles()
if (FALSE) {
o <- opal.login('administrator','password', url = 'https://opal-demo.obiba.org')
opal.logout(o)
}