fuzzyr.match.fun: 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.