opal.logout: Logout from Opal(s)

View source: R/opal.R

opal.logoutR 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)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.