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

Description Usage Arguments Author(s) See Also

View source: R/text_processing.R

Description

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

Usage

1
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

Author(s)

George G. Vega Yon

See Also

Other text processors: tw_extract, tw_get_tw_account


gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.