powered by
This function fetches returns tweets liked by a user or users.
get_liked_tweets(x, bearer_token = get_bearer(), ...)
string containing one user id or a vector of user ids
string, bearer token
arguments passed to other backend functions
a data frame
# NOT RUN { users <- c("2244994945", "95226101") get_liked_tweets(users, bearer_token = get_bearer()) # }
Run the code above in your browser using DataLab