Access the data inside an S4 method definition
Arguments
- f
a generic function or the character-string name of one.
- signature
the signature of classes to match to the arguments of
f
. See the details below.- package
character(1)
. Package name.
Value
methodFormals
:list
. Extract the sealed formal arguments.methodFunction
:function
. Extract the sealed function.
See also
Modified version of John Chambers' code.
help(topic = "MethodDefinition-class", package = "methods")
.