fuzzyr.match.fun {FuzzyR} | R Documentation |
fuzzyr.match.fun
Description
This is a modification of the original match.fun, where parent.frame(2) is changed to parent.env(environment()).
Usage
fuzzyr.match.fun(FUN, descend = TRUE)
Arguments
FUN |
item to match as function: a function, symbol or character string. |
descend |
logical; control whether to search past non-function objects. |
Details
See match.fun
.
[Package FuzzyR version 2.3.2 Index]