wc {hyperSpec} | R Documentation |
word count of ASCII files
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 |
wc uses the system command wc
data.frame with the counts and file names, or NULL
if wc is not available
C. Beleites