Learn R Programming

opalr (version 3.5.1)

opal.session_get: Get the R session

Description

Get the R session details if it exists

Usage

opal.session_get(opal)

Value

The R session object.

Arguments

opal

Opal object.

See Also

Other session functions: opal.session(), opal.session_delete(), opal.session_events(), opal.session_exists(), opal.session_running()

Examples

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

Run the code above in your browser using DataLab