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 context: http://r.789695.n4.nabble.com/Delete-first-row-tp4647518.html Sent from the R help mailing list archive at Nabble.com.
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