Clean words to lowercase etc.

sl_clean(words)

Arguments

words

character

Value

character vector

Examples

sl_clean("Hello, this is a sentence I want to clean.")
#> [1] "hello" "this" "is" "a" "sentence" "i" "want" #> [8] "to" "clean"