opal.logout {opalr} | R Documentation |
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()
,
opal.profiles()
Examples
## Not run:
o <- opal.login('administrator','password', url = 'https://opal-demo.obiba.org')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]