Remoe a symbol living in the DataSHIELD R session.
# S4 method for OpalConnection
dsRmSymbol(conn, symbol)
OpalConnection-class
class object
Name of the R symbol.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsAssignTable(con, "D", "test.CNSIM")
dsRmSymbol(con, "D")
dsDisconnect(con)
}