int_fastDoCall: An Alternative To The Internal Do.Call The do.call can be...

Description Usage Arguments Author(s)

View source: R/piccolo.R

Description

An Alternative To The Internal Do.Call

The do.call can be somewhat slow, especially when working with large objects. This function is based upon the suggestions from Hadley Wickham on the R mailing list, see here. Also thanks to Tommy at StackOverflow for suggesting how to handle double . and triple colon operators, ::, further enhancing the function.

Usage

1

Arguments

what

either a function or a non-empty character string naming the function to be called.

args

a list of arguments to the function call. The names attribute of args gives the argument names.

quote

a logical value indicating whether to quote the arguments.

envir

an environment within which to evaluate the call. This will be most useful if what is a character string and the arguments are symbols or quoted expressions.

Author(s)

Max Gorden


tobyjohnson/gtx documentation built on Aug. 30, 2019, 8:07 p.m.