line/word/character count of ASCII files
'wc()' uses the system command 'wc'. Use at your own risk.
wc(file, flags = c("lines", "words", "bytes"))
file |
the file name or pattern |
flags |
the parameters to count, character vector with the long form of the parameters |
data.frame with the counts and file names, or 'NULL' if wc is not available on the system.
'wc()' now is deprecated and will be removed from hyperSpec in future. Consider using [count_lines()] instead for line counting.
C. Beleites
[count_lines()]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.