Skip to content
Prev 351344 / 398503 Next

Using names in function with ellipsis (non standard evaluation?)

I also am not sure exactly what the OP wants and even less sure of what he
needs...

But a possible answer is that a canonical way to do this is just to pass
down the ... list in the definition and specifying a named list of
arguments in the call (as has already been mentioned).

e.g. consider:
## so g can accept arbitrary functions with arbitrary arguments
[1] 5
[1] 9


Please pardon the noise if this is irrelevant.

Cheers,
Bert

On Thu, May 28, 2015 at 12:17 PM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: