isGenericS3 | R Documentation |
Checks if a function is a S3 generic function.
## Default S3 method: isGenericS3(fcn, envir=parent.frame(), ...)
fcn |
A |
envir |
If argument |
... |
Not used. |
A function is considered to be a generic S3/UseMethod function if
its name matches one of the known S3 generic functions, or if it
calls UseMethod()
.
Returns TRUE
if a generic S3/UseMethod function, otherwise FALSE
.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.