[R] Delete first row

David Winsemius dwinsemius at comcast.net
Fri Oct 26 17:52:00 CEST 2012


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 and an 'nrows" parameter.

> Can anybody help me to resolve this problem? 

--

David Winsemius, MD
Alameda, CA, USA




More information about the R-help mailing list