I am not sure what you are saying your problem is? Is the format incorrect? BTW, notice that write.csv does not have a 'sep' parameter. Maybe you should be using write.table.
On Tue, Mar 1, 2011 at 4:36 PM, Tamas Barjak <tamas.barja...@gmail.com> wrote: > Help me please! > > I would like to be saved a data table: > > write.csv(random.t1, "place", dec=",", append = T, quote = FALSE, sep = " ", > qmethod = "double", eol = "\n", row.names=F) > > It's OK! > > But the rows of file > > 1,1,21042,-4084.87179487179,2457.66483516483,-582.275562799881 > 2,2,23846,-6383.86480186479,-3409.98451548449,-3569.72145340269 > and no > > 1 > 21042 - 4084.87179487179 2457.66483516483 > Not proportional... > > What's the problem??? > > Thanks! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org 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. > -- Jim Holtman Data Munger Guru What is the problem that you are trying to solve? ______________________________________________ R-help@r-project.org 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.