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