getMethodS3: Gets an S3 method

getMethodS3R Documentation

Gets an S3 method

Description

Gets an S3 method.

Usage

## Default S3 method:
getMethodS3(name, class="default", envir=parent.frame(), ...)

Arguments

name

The name of the method.

class

The class of the method.

envir

The environment from which the search for the S3 method is done.

...

Not used.

Author(s)

Henrik Bengtsson

See Also

This is just a conveniency wrapper around getS3method that have arguments consistent with setMethodS3(). getGenericS3().


R.methodsS3 documentation built on June 14, 2022, 1:06 a.m.