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