fuzzyr.match.fun: fuzzyr.match.fun

Description Usage Arguments Details

View source: R/Utilities.R

Description

This is a modification of the original match.fun, where parent.frame(2) is changed to parent.env(environment()).

Usage

1
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.


FuzzyR documentation built on May 19, 2021, 9:06 a.m.