Learn R Programming

R.oo (version 1.3.0)

isGenericS4: Checks if a function is a S4 generic function

Description

Checks if a function is a S4 generic function.

Usage

## S3 method for class 'default}(fcn, ...)':
isGenericS4undefined

fcn{A function.}
  ...{Not used.}

A function is considered to be a generic S4 function if its body, that is the source code, contains the regular pattern "standardGeneric".
Returns TRUE if a generic S4 function, otherwise FALSE. [object Object] programming methods

Arguments