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