Count words, sentences, characters
Count words, sentences, and characters in input texts. These functions use
the stringi
package, so they handle the counting of Unicode strings
(e.g., characters with diacritical marks) in a way that makes sense to people
counting characters.
count_words(x) count_characters(x) count_sentences(x)
x |
A character vector or a list of character vectors. If |
An integer vector containing the counted elements. If the input vector or list has names, they will be preserved.
count_words(mobydick) count_sentences(mobydick) count_characters(mobydick)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.