Consider the following:

DF <- data.frame(a=1:2, b=3:4)
names(DF) <- letters[1:2]
DF
dimnames(DF)[[2]][2] <- "z"
DF

This example illustrates two different ways to do what I understood from your question. Answered?

spencer graves


Rajarshi Guha wrote:


Hi,
 is there any way I can change the column header in a data.frame?

Thanks,

-------------------------------------------------------------------
Rajarshi Guha <[EMAIL PROTECTED]> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
Eureka!
-- Archimedes

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help



______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to