Description Usage Arguments Value Examples
View source: R/dataFunctions.R
Call and remove stop words from the tokenized tweet data set, stop words include common words that are not interesting for analysis (the,and, a, ...)
1 | removeStopWords(tweetDataFrameTokenized, extraStopWords = NULL)
|
tweetDataFrameTokenized |
Dataframe object containing word tokens from tweets (Output of tokenizeTweets()) |
extraStopWords |
If there are extra words to exclude from the analysis enter them here, format: "c("word1","word2") |
Tokenized Tweets data frame excluding stop words.
1 | removeStopWords(tweetDataFrameTokenized) removeStopWords(tweetDataFrameTokenized,c("tree","garden"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.