Re: [R] Separating Columns in Excel Export from R

2012-07-27 Thread watsonl
THANK YOU R is s picky :) -- View this message in context: http://r.789695.n4.nabble.com/Separating-Columns-in-Excel-Export-from-R-tp4638124p4638147.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing

[R] Separating Columns in Excel Export from R

2012-07-27 Thread watsonl
Hello - When I export my files using the write.table command and name the file.xls and use the sep="/t" to try and separate the columns in excel, everything just stays in one column. how do i get them all into separate columns (it did this before but i can't figure out what's different between th