# Generate word cloud from a single tweet
tweet_text <- "This is a sample tweet for word cloud generation!"
generate_word_clouds(tweet_text)
## This will generate a word cloud image where the most frequent words
## in the tweet will be displayed larger.
Run the code above in your browser using DataLab