dsListSymbols,OpalConnection-method {DSOpal} | R Documentation |
List R symbols
Description
List symbols living in the DataSHIELD R session.
Usage
## S4 method for signature 'OpalConnection'
dsListSymbols(conn)
Arguments
conn |
|
Value
A character vector.
Examples
## 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)
[Package DSOpal version 1.4.0 Index]