R/nlines-split.R
nlines.Rd
Get the number of lines of a file.
nlines(file)
Path of the file.
The number of lines as one integer.
tmp <- fwrite2(iris) nlines(tmp) #> [1] 151