Re: [R] how to output the data array without colname and row number

2013-06-14 Thread Jim Holtman
how about reading the help file on 'write.table' and look at row.names and col.names. Sent from my iPad On Jun 14, 2013, at 3:27, Jie Tang wrote: > hi r users: > I have a datadset and want to write into a file . > > when i use : > write.table(u_bar, file = "u_test.txt") > > the data in the

[R] how to output the data array without colname and row number

2013-06-14 Thread Jie Tang
hi r users: I have a datadset and want to write into a file . when i use : write.table(u_bar, file = "u_test.txt") the data in the outpuf file is shown as below which included the row number from "1" to "14" and colname .e.g."X32N" How could I output the numbers and excluded the colname and ro