Learn R Programming

twitterreport (version 0.15.11)

tw_words: Process txt extracting relevant words, i.e. rm stop words and symbols.

Description

Process txt extracting relevant words, i.e. rm stop words and symbols.

Usage

tw_words(txt, stopw = stopwords("en"), cleanfun = NULL)

Arguments

txt
A character vector with text to analyze
stopw
Set of stop words
cleanfun
A function to pass to lapply

See Also

Other text processors: tw_extract, tw_get_tw_account