dsRmSymbol,OpalConnection-method | R Documentation |
Remoe a symbol living in the DataSHIELD R session.
## S4 method for signature 'OpalConnection' dsRmSymbol(conn, symbol)
conn |
|
symbol |
Name of the R symbol. |
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsAssignTable(con, "D", "test.CNSIM") dsRmSymbol(con, "D") dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.