Description Usage Arguments Details Value See Also Examples
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.
See Also match.fun
,
as.function.formula
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.