Skip to content
Back to formatted view

Raw Message

Message-ID: <4581C0BE.5010301@stat.purdue.edu>
Date: 2006-12-14T21:23:10Z
From: Benjamin Tyner
Subject: Better way to change the name of a column in a dataframe?

Ben,

Unless I misunderstand your question, why not just use

names(frame)[3]<-"col3"