Re: [R] Question about col.names in write.csv

2008-09-05 Thread Julian Burgos
Hi Luz, No entiendo bien tu pregunta. Querés grabar una tabla con nombres en las columnas y tambien en la primera fila? Si es asi, tenés que asignarle los nombres a la tabla antes de grabar. Por ejemplo: mi.tabla=matrix(runif(30),ncol=3) colnames(mi.tabla)=c("A","B","C") rownames(mi.tabla)

[R] Question about col.names in write.csv

2008-09-05 Thread Luz Milena Zea Fernandez
Dear support, I don't ignore col.names in write.csv. I want to write names for the firts row. How can I do? Thanks in advance __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.