getMethodS3: Get an S3 method
Description
Get an S3 method.Usage
## S3 method for class 'default':
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.