Remove words less than a certain length.

strip_short(s, min_len = 5, ...)

# S3 method for character
strip_short(s, min_len = 5, ...)

# S3 method for list
strip_short(s, min_len = 5, ...)

# S3 method for data.frame
strip_short(s, min_len = 5, text, ...)

Arguments

s

A Character string or data.frame.

min_len

Minimum word length.

...

Any other options.

text

bare name of text column.