powered by
Delete the remote R session. Ignored if the session does not exist.
opal.session_delete(opal)
Opal object.
Other session functions: opal.session(), opal.session_events(), opal.session_exists(), opal.session_get(), opal.session_running()
opal.session()
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.session_exists(o) opal.session_delete(o) opal.logout(o) }
Run the code above in your browser using DataLab