Skip to contents

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

Usage

opal.session(opal, wait = TRUE)

Arguments

opal

Opal object.

wait

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

Value

The R session identifier.

Examples

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