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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.