Invoke system tool to print newline, word, and byte counts for each file.
word_count(path, count = "")
A data frame of counts by file.
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.