Re: [R] call a function with explicitly not setting an argument

2011-07-23 Thread Joshua Wiley
On Sat, Jul 23, 2011 at 6:31 AM, jeroen00ms wrote: > Is there a way to call a function, and explicitly set an argument to 'not > specified'? My situation is the following. I have a function which passes on > most of its arguments to another function. The second function, myfun2, > serializes all a

[R] call a function with explicitly not setting an argument

2011-07-23 Thread jeroen00ms
Is there a way to call a function, and explicitly set an argument to 'not specified'? My situation is the following. I have a function which passes on most of its arguments to another function. The second function, myfun2, serializes all arguments and is out of my control. myfun <- function(...){