I am working on a project where I am pulling in Tweets using a cash tag and performing sentiment analysis on those tweets. The issue I am having is the tweets can have more than one cashtag and I want to limit to just one. I am using the R package rtweet to pull tweets from Twitter.
Any ideas?