avg_word_len.Rd
Calculate average word length in a string
avg_word_len(text)
A character vector for the average word length extraction.
A numeric vector representing the average word length in the text.
x <- "Here are some words" avg_word_len(x) #> [1] 4 4 #> [1] 4