dsListMethods,OpalConnection-method {DSOpal} | R Documentation |
List methods defined in the DataSHIELD configuration.
## S4 method for signature 'OpalConnection'
dsListMethods(conn, type = "aggregate")
conn |
|
type |
Type of the method: "aggregate" (default) or "assign". |
A data frame with columns: name, type ('aggregate' or 'assign'), class ('function' or 'script'), value, package, version.
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListMethods(con)
dsDisconnect(con)
## End(Not run)