[R] Newbie:Export Data into Excel from R
Keizer_71
christophe.lo at gmail.com
Sun Mar 2 16:12:51 CET 2008
Hi,
All i want is to export my list into c: drive and save it as csv file and
manually import into Excel.
I have the read the article but i am having issues
http://pbil.univ-lyon1.fr/library/base/html/write.table.html
> excel<-write.table(probe_gene, file = "c:\foo.csv", sep = ",", col.names =
> NA)
Error in file(file, ifelse(append, "a", "w")) :
unable to open connection
In addition: Warning message:
cannot open file 'c:\foo.csv', reason 'Invalid argument'
any suggestions?
thanks,
chris
--
View this message in context: http://www.nabble.com/Newbie%3AExport-Data-into-Excel-from-R-tp15788950p15788950.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list