Displaying 1 result from an estimated 1 matches for "wsah".
Did you mean:
wash
2010 Jan 21
2
Problems completely reading in a "large" sized data set
...ht it might be reading the first x amount of rows. So I
sorted by the first variable alphabetically in Excel before saving it as a
txt file and reading it into R.
head(d1) shows the correct first 6 rows, but when I ask for tail(d1) the
entry for the first variable in the last row is [213397,] "WSAH"
The 213397th row in Excel, starts with "MM1" and the actual last row starts
with "YE". The "WSA" in question can be found on Excel row # 397548
That, confuses the heck out of me. There are no blank lines.
Since there are >1000 categories for that first varia...