Invoke system tool to print newline, word, and byte counts for each file.
word_count(path, count = "")
A data frame of counts by file.
Character vector of file paths.
The type of element to count, see details.
One of five options or an empty string (default):
"lines" for newline characters (separating lines).
"words" for words separated by white space.
"chars" for individual characters.
"bytes" for total bytes, differs with multibyte characters.
"max" for the maximum display width of longest line.