Description Usage Arguments Value Examples
View source: R/extract_hashtags.R
Extracts all hashtags included in the input tweet data list
1 | extract_hashtags(tweets)
|
tweets |
A vector of tweets |
Vector of hashtags
1 2 3 4 | tweets <- c(
"Make America Great Again #DonaldTrump"
)
extract_hashtags(tweets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.