word_length: Get token length

Description Usage Arguments Examples

Description

Retrieves a vector of tokens (words) and returns a vector containing the length of each token in terms of number of unique characters.

Usage

1
word_length(words)

Arguments

words

A vector of words

Examples

1
word_length(words=c("very", "early", "morning"))

Amherst-Statistics/katherinemansfieldr documentation built on May 5, 2019, 4:55 a.m.