How to retain only unique rows from an input tbl (e.g. results from search_tweets)?
Use the distinct() function.
searchresults1 <- distinct(search_tweets(q= wordlist1, n=10, include_rts= FALSE ))