Skip to contents

The remote R session logs events in its process of creation. Each event has a the current state of the R session, a date and a message reported by the R server. Fails if the session does not exist.

Usage

opal.session_events(opal)

Arguments

opal

Opal object.

Value

A data frame.

Examples

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