[R] Renaming columns in data.frame, inserting/removing columns from data.frame

2005-02-08 Thread Ken Termiso
Hello, I'm hoping that there is an easier way to rename columns in a data frame other than by using the names() assignment, which requires you to type in all the column names at once for a data.frame, in the case that I simply want to rename a single column in a data frame. Also, is there an

Re: [R] Renaming columns in data.frame, inserting/removing columns from data.frame

2005-02-08 Thread Sean Davis
On Feb 8, 2005, at 1:47 PM, Ken Termiso wrote: Hello, I'm hoping that there is an easier way to rename columns in a data frame other than by using the names() assignment, which requires you to type in all the column names at once for a data.frame, in the case that I simply want to rename a

Re: [R] Renaming columns in data.frame, inserting/removing columns from data.frame

2005-02-08 Thread Witold Eryk Wolski
Ken Termiso wrote: Hello, I'm hoping that there is an easier way to rename columns in a data frame other than by using the names() assignment, which requires you to type in all the column names at once for a data.frame, in the case that I simply want to rename a single column in a data frame.