1

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?

Phil
  • 7,287
  • 3
  • 36
  • 66
8nracing
  • 11
  • 2
  • Do you mean 'hashtags' instead of cashtags ? – Julien Jul 18 '22 at 07:37
  • What do you mean by 'pull' here ? – Julien Jul 18 '22 at 07:38
  • cashtags are hasthags for companies on USA Stock Exchange and start with $ instead of #. @8nracing, you can filter them by the symbols under the entities column and limit to those that have just one cashtag. – llrs Aug 05 '22 at 10:18

0 Answers0