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.