powered by
Use iterators to avoid the memory overhead of obtaining the number of rows of a file.
getnrows(file, n = 10000)
the name of a file (possible with a path)
the size of the chunks used by the iterator
an integer
# NOT RUN { data(CO2) write.csv(CO2, "CO2.csv", row.names=FALSE) getnrows("CO2.csv") unlink("CO2.csv") # }
Run the code above in your browser using DataLab