Disconnect from a Opal server and release all R resources. If a workspace ID is provided, the DataSHIELD R session will be saved before being destroyed.
Arguments
- conn
OpalConnection-classclass object- save
Save the DataSHIELD R session with provided ID (must be a character string).
Examples
if (FALSE) { # \dontrun{
con <- dsConnect(DSOpal::Opal(), "server1",
"administrator", "password", "https://opal-demo.obiba.org")
con
dsDisconnect(con)
} # }