Learn R Programming

DSMolgenisArmadillo (version 3.0.2)

dsListMethods,ArmadilloConnection-method: List methods

Description

List methods defined in the DataSHIELD configuration.

Usage

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

Value

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

Arguments

conn

ArmadilloConnection-class class object

type

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