Check if a remote R session exists (not necessarily running and ready to accept R commands submissions).
Arguments
- conn
An object that inherits from
OpalConnection-class.
Examples
if (FALSE) { # \dontrun{
con <- dsConnect(DSOpal::Opal(), "server1",
username = "administrator", password = "password", url = "https://opal-demo.obiba.org")
dsHasSession(con)
dsDisconnect(con)
} # }