Learn R Programming

opalr (version 3.5.1)

opal.session: Create the R session

Description

Create the R session if it does not exist and returns its identifier.

Usage

opal.session(opal, wait = TRUE)

Value

The R session identifier.

Arguments

opal

Opal object.

wait

Wait for R session to be operational (default is TRUE)

See Also

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

Examples

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

Run the code above in your browser using DataLab