powered by
Counts the number of data rows. The count does not include the header rows or comments.
# S3 method for TabularTextFile nbrOfRows(this, fast=FALSE, ...)
Returns a character
character
vector.
vector
Argument passed to *nbrOfLines().
*nbrOfLines()
Optional arguments passed to *getHeader().
*getHeader()
Henrik Bengtsson
The number of data rows is always less or equal to the number of lines as returned by *nbrOfLines(). Internally, countLines is used. For more information see TabularTextFile.
countLines
TabularTextFile