Description Usage Arguments Details Value Note Author(s)
A generic match.fun.
1 | match.funfn(FUN, descend = TRUE)
|
FUN |
Function, character name of function or formula describing function. |
descend |
logical; control whether to search past non-function objects. |
The default method is the same as match.fun and the formula
method is the same as as.function.formula. This function can be used
within the body of a function to convert a function specification whether its
a function, character string or formula into an actual function.
Returns a function.
This is exactly the same as match.funfn in the gsubfn
package. Do not load the gsubfn package to use this function, as
gsubfn loads tcltk, which is not advised.
G. Grothendieck
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.