Displaying 1 result from an estimated 1 matches for "some_taxt".
Did you mean:
some_task
2011 Feb 15
4
Variable length datafile import problem
Dear all,
I am stuck the reading of a file which has 100s of rows and variable column counts.
The tab-limited data file looks something like:
Some_Text 1 3 123 1534 -119 1010 178
Some_Taxt 1 3 133 1434 -219 1010 178
Some_Tsxt 1 3 244 1334 -319 1010 178
Some_Tfxt 1 3 153 1234 -419 1010 178
Some_Trxt 1 3 163 1234 -519 1010 178
When I try reading it using:
rawData=read.table("Datafile.dat"...