tweet_get_mentions | R Documentation |
Extract mentions from a tweet
tweet_get_mentions(x)
x |
A character vector of tweets to extract mentions for |
A list with length(x)
elements, where each element is a character
vector of mentions. Mentions have the '@' character removed.
tweet_get_mentions(c("No mentions", "One mention @_wurli"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.