Re: [R] Delete first row

2012-10-26 Thread David Winsemius
On Oct 26, 2012, at 2:45 AM, Bharat Warule wrote: > Hi, > > I have to delete first row from my csv file but I don’t want to read total > data in to R memory (size is around 10GB). Actually, I want to use LAF > package but which read data without header. ?read.csv There is a 'skip' parameter an

[R] Delete first row

2012-10-26 Thread Bharat Warule
Hi, I have to delete first row from my csv file but I don’t want to read total data in to R memory (size is around 10GB). Actually, I want to use LAF package but which read data without header. Can anybody help me to resolve this problem? - Bharat Warule Pune -- View this message in con