Counts the number of lines in the data file. The count include header rows, comments and more.
# S3 method for TabularTextFile
nbrOfLines(this, fast=FALSE, ...)
Returns a character
Henrik Bengtsson
To count the number of data rows is the data table,
use *nbrOfRows()
.
Internally, countLines
is used.
For more information see TabularTextFile
.