powered by
This function fetches users who retweeted a tweet
get_retweeted_by( x, bearer_token = get_bearer(), data_path = NULL, verbose = TRUE )
string containing one tweet id or a vector of tweet ids
string, bearer token
string, if supplied, fetched data can be saved to the designated path as jsons
If FALSE, query progress messages are suppressed
FALSE
a data frame
# NOT RUN { tweets <- c("1392887366507970561","1409931481552543749") get_retweeted_by(tweets, bearer_token = get_bearer()) # }
Run the code above in your browser using DataLab