functionMap (version 1.0.0)

s3_calls: Find the S3 methods of a function, in an environment

Description

Typically used to find the S3 methods defined in a package, for an S3 generic, also defined in the package.

Usage

s3_calls(funcname, envir)

Arguments

funcname
Name of the S3 generic.
envir
Environment containing functions, we search in this.