getnrows: Get the number of rows of the file

Description Usage Arguments Value Examples

View source: R/getnrows.R

Description

Use iterators to avoid the memory overhead of obtaining the number of rows of a file.

Usage

1
getnrows(file, n = 10000)

Arguments

file

the name of a file (possible with a path)

n

the size of the chunks used by the iterator

Value

an integer

Examples

1
2
3
data(CO2)
write.csv(CO2, "CO2.csv", row.names=FALSE)
getnrows("CO2.csv")

jayemerson/YaleToolkit documentation built on May 18, 2019, 5:57 p.m.