Skip to content
Prev 143581 / 398500 Next

Column renaming

I agree there.  I believe the same effect can be achieved with 
'transform'.

transform(X, sue = bob, bob = NULL)

Perhaps there are performance reasons for using the names() <- value 
approach for very large data.frames?
Duncan Murdoch wrote: