powered by
tokens_tolower
tokens_toupper
tokens_tolower(x, ...)tokens_toupper(x, ...)
tokens_toupper(x, ...)
char_tolower
keep_acronyms
char_toupper
# for a document-feature matrix toks <- tokens(c(txt1 = "b A A", txt2 = "C C a b B")) tokens_tolower(toks) tokens_toupper(toks)
Run the code above in your browser using DataLab