char_count {wfindr} | R Documentation |
Calculates character frequencies in a vector.
char_count(x)
x |
character vector, or a list that can be unlisted to a character vector. |
data.frame with two columns: char
- character and count
- number of it's occurencies.
char_count("character")
char_count(words.eng)