opalr (version 3.0.2)

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

Examples

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

Run the code above in your browser using DataCamp Workspace