View source: R/string_summary.r
string.summary | R Documentation |
Text Summary
string.summary(string, wordlen_max = 10, senlen_max = 10, syllen_max = 10)
string |
An input string. |
wordlen_max , senlen_max , syllen_max |
The maximum lengths of words/sentences/syllables to consider. |
A list of class string_summary
.
x = "a b a c a b b"
string.summary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.