
Pulling Tweets into R
8 August, 2022
9
9
1
Contributors
1. Apply for a Twitter Developer Account

Apply for a Developer account
2. Create a Twitter API App

After creating an app, you should see your first app on your dashboard.
3. Installing/Loading twitteR package
4. Linking API into R Studio

Twitter App Keys (Mine are masked for privacy)
5. Setting Up Authentication

6. Pull Tweets
•
•
•

The data frame of all the tweets
7. Next Steps
r