Learn R Programming

DSOpal (version 1.4.0)

dsListMethods,OpalConnection-method: List methods

Description

List methods defined in the DataSHIELD configuration.

Usage

# S4 method for OpalConnection
dsListMethods(conn, type = "aggregate")

Value

A data frame with columns: name, type ('aggregate' or 'assign'), class ('function' or 'script'), value, package, version.

Arguments

conn

OpalConnection-class class object

type

Type of the method: "aggregate" (default) or "assign".

Examples

Run this code
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsListMethods(con)
dsDisconnect(con)
}

Run the code above in your browser using DataLab