List methods defined in the DataSHIELD configuration.
# S4 method for OpalConnection
dsListMethods(conn, type = "aggregate")
OpalConnection-class
class object
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.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListMethods(con)
dsDisconnect(con)
}