opal.session_events: Get the events associated to the R session
Description
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)
Value
A data frame.
Arguments
opal
Opal object.
See Also
Other session functions:
opal.session(),
opal.session_delete(),
opal.session_exists(),
opal.session_get(),
opal.session_running()