- 1. How to change the column name from command line? (score: 1)
- Author: "Khan, Sohail" <khan@cshl.edu>
- Date: Thu, 7 Jul 2005 16:18:08 -0400
- Dear members, Is there a way to change the column name of a data frame from the command line? Thanks in advance Sohail Khan Scientific Programmer COLD SPRING HARBOR LABORATORY Genome Research Center
- /archives/html/s-news/2005-07/msg00035.html (7,121 bytes)
- 2. Re: How to change the column name from command line? (score: 1)
- Author: Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
- Date: Thu, 07 Jul 2005 15:26:12 -0500
- Is there a way to change the column name of a data frame from the command line? Thanks in advance Try: x <- data.frame(old.name = 1, other.name = 2) names(x)[1] <- "new.name" --sundar
- /archives/html/s-news/2005-07/msg00036.html (7,894 bytes)
This search system is powered by
Namazu