Description Usage Arguments Examples
Retrieves a vector of tokens (words) and returns a vector containing the length of each token in terms of number of unique characters.
1  | word_length(words)
 | 
words | 
 A vector of words  | 
1  | word_length(words=c("very", "early", "morning"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.