I am trying to use the function search_tweets, but instead of manually inputing the query, I have it in a dataframe. Is there a way were the function can read the text from the dataframe?
Here is my code Retweeters1 <- search_tweets(Tweet2, n=100)
, were Tweet2 is a dataframe.