
Last chance! 50% off unlimited learning
Sale ends in
Text Summary
string.summary(string, wordlen_max = 10, senlen_max = 10, syllen_max = 10)
An input string.
The maximum lengths of words/sentences/syllables to consider.
A list of class string_summary
.
# NOT RUN {
x <- "a b a c a b b"
string.summary(x)
# }
Run the code above in your browser using DataLab