match.funfn: Generic extended version of R match.fun

Description Usage Arguments Details Value Note Author(s)

Description

A generic match.fun.

Usage

1
match.funfn(FUN, descend = TRUE)

Arguments

FUN

Function, character name of function or formula describing function.

descend

logical; control whether to search past non-function objects.

Details

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.

Value

Returns a function.

Note

This is exactly the same as match.funfn in the gsubfn package. Do not load the gsubfn package to use this function, as gsubfn loads tcltk, which is not advised.

Author(s)

G. Grothendieck


alyssafrazee/read.csv.sql documentation built on May 12, 2019, 2:31 a.m.