extract_hashtags.Rd
Extracts all hashtags included in the input tweet data list
extract_hashtags(tweets)
A vector of tweets
Vector of hashtags
tweets <- c( "Make America Great Again #DonaldTrump" ) extract_hashtags(tweets) #> [1] "DonaldTrump"