View source: R/get_retweeted_by.R
get_retweeted_by | R Documentation |
This function fetches users who retweeted a tweet
get_retweeted_by(
x,
bearer_token = get_bearer(),
data_path = NULL,
verbose = TRUE
)
x |
string containing one tweet id or a vector of tweet ids |
bearer_token |
string, bearer token |
data_path |
string, if supplied, fetched data can be saved to the designated path as jsons |
verbose |
If |
a data frame
## Not run:
tweets <- c("1392887366507970561","1409931481552543749")
get_retweeted_by(tweets, bearer_token = get_bearer())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.