Description Usage Arguments Value
Cleans the text in the tweets and returns as new columns in the dataframe. The cleaning process includes converting into lower case, removal of punctuation, hastags and hastag counts
1 | clean_tweets(file_path, tokenization = TRUE, word_count = TRUE)
|
file_path |
character File path to csv file containing tweets data |
tokenization |
logical Creates new column containing cleaned tweet word tokens when True Default is True |
word_count |
logical Creates new column containing word count of cleaned tweets Default is True |
df_tweets Dataframe Dataframe containing data on cleaned tweets .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.