On Tue, Jul 21, 2009 at 2:28 PM, Jose Narillos de Santos<narillosdesan...@gmail.com> wrote:
> Hi I wrotte this function but when I get the "tmp.xls" file it shows data > in a rare way. I mean not appears a matrix with 2000 rows and 100 columns. > Can anyone help me, guide me? Short answer: ?write > write(tmp,file="tmp.xls") You have to add an ncolumns option like write(tmp,file="tmp.xls",ncolumns=100). The default is five columns. -- Michael Knudsen micknud...@gmail.com http://lifeofknudsen.blogspot.com/ ______________________________________________ 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.