nbrOfRows.TabularTextFile | R Documentation |
Counts the number of data rows. The count does not include the header rows or comments.
## S3 method for class 'TabularTextFile'
nbrOfRows(this, fast=FALSE, ...)
fast |
Argument passed to |
... |
Optional arguments passed to |
Returns a character
vector
.
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.