nbrOfLines.TabularTextFile | R Documentation |
Counts the number of lines in the data file. The count include header rows, comments and more.
## S3 method for class 'TabularTextFile'
nbrOfLines(this, fast=FALSE, ...)
fast |
If |
... |
Optional arguments passed to |
Returns a character
vector
.
Henrik Bengtsson
To count the number of data rows is the data table,
use *nbrOfRows()
.
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.