Skip to content

Delete first row

2 messages · Bharat Warule, David Winsemius

#
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:

            
?read.csv

There is a 'skip' parameter and an 'nrows" parameter.
--

David Winsemius, MD
Alameda, CA, USA