Changing data frame column headings
On Wed, 5 Dec 2012, arun wrote:
You can get ?rename() by either loading library(reshape) or library(plyr).
A.K. I wondered about that, but assumed that reshape functions would also be found in reshape2. I now know that's not the case. :-) Much appreciated, Rich