Re: [R] use list as function arguments

2012-05-24 Thread Greg Snow
?do.call On Thu, May 24, 2012 at 9:32 AM, Alexander Shenkin wrote: > Hello Folks, > > Is there any way to pass a list into a function such that the function > will use the list as its arguments?  I haven't been able to figure that out. > > The background: I'm trying to build a function that will

[R] use list as function arguments

2012-05-24 Thread Alexander Shenkin
Hello Folks, Is there any way to pass a list into a function such that the function will use the list as its arguments? I haven't been able to figure that out. The background: I'm trying to build a function that will apply another function multiple times, each time with a different set of specif