0

I am trying to create visualizations through R. I've created a new project in the twitter developer, have my secret API keys, and can pull up tweets on Twitter when I search.

Soccer <- search_tweets ("World Cup", n=50, include_rts =FALSE)

Does anyone know how I can create visualizations with this information? I am also extremely new at R so any help would be appreciated.

I tried following tutorials online but I keep getting multiple error messages.

Phil
  • 7,287
  • 3
  • 36
  • 66
  • 2
    [here](https://www.raynamharris.com/blog/sacnas_rtweet/) a tutorial that might give you some ideas. – Ruam Pimentel Dec 10 '22 at 22:30
  • 2
    Please read these guidelines and edit your question to address the points suggested therein: https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – John Polo Dec 10 '22 at 23:17
  • 1
    Here's a book of different visualization examples using rtweet data: https://rud.is/books/21-recipes/ and https://github.com/hrbrmstr/21-recipes – Jon Spring Dec 11 '22 at 01:29

0 Answers0