Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

findDispatchMethodsS3

Finds the S3 methods that a generic function would call


Description

Finds the S3 methods that a generic function would call, ordered according to an S3 class() vector.

Usage

## Default S3 method:
findDispatchMethodsS3(methodName, classNames, firstOnly=FALSE, ...)

Arguments

methodName

A character string specifying the name of a generic function.

classNames

A character vector of class() names.

firstOnly

If TRUE, only the first method is returned.

...

Not used.

Value

Returns a names list structure.

Author(s)

Henrik Bengtsson

See Also


R.methodsS3

S3 Methods Simplified

v1.8.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.