powered by
Remoe a symbol living in the DataSHIELD R session.
# S4 method for OpalConnection dsRmSymbol(conn, symbol)
OpalConnection-class class object
OpalConnection-class
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) }
Run the code above in your browser using DataLab