Description Usage Arguments Value Examples
View source: R/dataFunctions.R
Splits contents of tweets into words/pairs of words/ triples of words depending on the tokenization number.
1 | tokenizeTweets(tweetDataFrame, tokenNum = 1)
|
tweetDataFrame |
Name of the dataframe object containing all tweets (output of loadTweets()) |
tokenNum |
1 - splits into singular words, 2 - splits into pairs of words, 3 - splits into triples of words. |
Data frame object containing all Tweets split into n number of words.
1 | tweetDataFrameTokenized <- tokenizeTweets(tweetDataFrame,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.