Re: [Rd] Symbol and Ellipsis problems

2007-03-20 Thread Duncan Murdoch
On 3/20/2007 6:36 AM, Thomas McCallum wrote: > Hi Everyone, > > When I have a load of functions which have various arguments passed > via the ellipsis argument it keeps on assigning them as symbol making > them unusable to the function. My current work around involves using > do.call but this is

[Rd] Symbol and Ellipsis problems

2007-03-20 Thread Thomas McCallum
Hi Everyone, When I have a load of functions which have various arguments passed via the ellipsis argument it keeps on assigning them as symbol making them unusable to the function. My current work around involves using do.call but this is rather cumbersome. Does anyone know why it suddenly chan