Skip to content
Prev 163663 / 398506 Next

Bug in "transform"?

On Tue, 2 Dec 2008, Peter Dalgaard wrote:

            
Well, no, it is in the way that you call data.frame().  If you want to add 
several variables, pass them as separate arguments rather than as a list 
(just as they were passed to transform.data.frame).  That's a simple 
change and will make transform.data.frame behave more consistently with 
cbind.data.frame and data.frame.