no.

Your best way is to use

write.csv(table_list, file = paste("file", x, ".csv", sep=""))

 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of lord12
Sent: Friday, 17 September 2010 12:55 PM
To: [email protected]
Subject: Re: [R] convert to csv file


 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.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to