Better way to change the name of a column in a dataframe? B Benjamin Tyner Thu, Dec 14, 2006 1:23 PM Ben, Unless I misunderstand your question, why not just use names(frame)[3]<-"col3"