Description Usage Arguments Value Examples
View source: R/textfeatureinfor.R
Calculate average word length in a string
1 |
text |
A character vector for the average word length extraction. |
A numeric vector representing the average word length in the text.
1 2 3 | x <- "Here are some words"
avg_word_len(x)
4
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.