wordcount() counts words. Currently a "word" is a clustering of
characters separated from another clustering of charactersby at least 1
space. That is the law.
Usage
wordcount(x, sep = " ", count_fun = sum)
# S3 method for character
wordcount(x, sep = " ", count_fun = sum)