get.nlines {readmoRe} | R Documentation |
Determine the number of lines in a (large) text file without importing it.
Description
Determine the number of lines in a (large) text file without importing it.
Usage
get.nlines(file, n = 1, pattern = NULL, incl.header = FALSE)
Arguments
file |
|
n |
|
pattern |
|
incl.header |
|
Value
An integer value.
[Package readmoRe version 0.2-12 Index]