[R] convert to csv file

lord12 gaut222 at yahoo.com
Fri Sep 17 04:55:01 CEST 2010


 In order to use the extension csv, is the syntax:
 
write.table(table_list, file= paste("file", x, sep = "").csv, sep = ",") ?
Also I pretty much create a table by 
doing:  

table_list= cbind(c1,c2,c3,c4) where c1...c4 are vectors.
-- 
View this message in context: http://r.789695.n4.nabble.com/convert-to-csv-file-tp2543232p2543277.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list