Skip to content
Prev 350439 / 398503 Next

select portion of text file using R

On 27/04/2015 5:20 PM, Luigi Marongiu wrote:
What does that mean?  We might be able to be more help if you tell us
what happened when you tried the code below.
That's a strange entry, in conflict with the entry below...
... i.e. here.  If you don't have row names in the file, there's no need
to specify them numerically:  that would be the default.  So I'd drop
*both* cases where you give the row.names argument.

Also, I may have counted wrong, but it looks to me that the line with
the column headings is line 32, so you should have skip = 31.

Duncan Murdoch