powered by
Create the R session if it does not exist and returns its identifier.
opal.session(opal, wait = TRUE)
The R session identifier.
Opal object.
Wait for R session to be operational (default is TRUE)
Other session functions: opal.session_delete(), opal.session_events(), opal.session_exists(), opal.session_get(), opal.session_running()
opal.session_delete()
opal.session_events()
opal.session_exists()
opal.session_get()
opal.session_running()
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